Html Css Color HEX #3BEBE0 Turquoise

📋 copy color: '#3BEBE0'

red 59 ◦ green 235 ◦ blue 224

#3BEBE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3BEBE0

Tints of Turquoise #3BEBE0

RGB

 RED value IS 59 (23.44% from 255) = 11.39%

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 11.39%
G = 45.37%
B = 43.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3BEBE0 (or 0x3BEBE0) is known color: Turquoise. HEX triplet: 3B, EB and E0. RGB value is (59,235,224). Sum of RGB (Red+Green+Blue) = 59+235+224=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBE0 is #C4141F. Grayscale: #B4B4B4. Windows color (decimal): -12850208 or 14740283. OLE color: 14740283.

HSL color Cylindrical-coordinate representation of color #3BEBE0: hue angle of 176.25º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBE0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 235 224 -
CMYK 0.75 0 0.05 0.08
HSL 176.25º 0.81% 0.58% -
HSV(B) 176.25º 0.75% 0.92% -
XYZ 44.97 65.73 80.84 -
YUV 181.12 152.19 40.89 -
System Red Green Blue C M Y K H S L
Decimal 59 235 224 0.75 0 0.05 0.08 176.25 0.81 0.58
Hex 3B EB E0 4B 0 5 8 B0 51 3A
Octal 73 353 340 113 0 5 10 260 121 72
Binary 111011 11101011 11100000 1001011 0 101 1000 10110000 1010001 111010

Color Harmonies of #3BEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBE0

Black with #3BEBE0

Text Example


Text Example

White with #3BEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BEBE0; }

 p { color: rgb(59,235,224); }

 H1.HeaderClassName
 {
   color: #3BEBE0;
 }
 .AnyTagClassName
 {
   color: #3BEBE0;
 }
</style>

background-color css

<style>
 a { background-color: #3BEBE0; }

 a { background-color: rgb(59,235,224); }

 div.DivClassName
 {
   background-color: #3BEBE0;
 }
 .BgClassName
 {
   background-color: #3BEBE0;
 }
</style>

border-color css

<style>
 span { border-color: #3BEBE0; }

 span { border-color: rgb(59,235,224); }

 td.TdClassName
 {
   border-color: #3BEBE0;
 }
 .TagClassName
 {
   border-color: #3BEBE0;
 }
</style>