Html Css Color HEX #3BF0CB Turquoise

📋 copy color: '#3BF0CB'

red 59 ◦ green 240 ◦ blue 203

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

Shades of Turquoise #3BF0CB

Tints of Turquoise #3BF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 11.75%
G = 47.81%
B = 40.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3BF0CB (or 0x3BF0CB) is known color: Turquoise. HEX triplet: 3B, F0 and CB. RGB value is (59,240,203). Sum of RGB (Red+Green+Blue) = 59+240+203=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF0CB is #C40F34. Grayscale: #B5B5B5. Windows color (decimal): -12848949 or 13365307. OLE color: 13365307.

HSL color Cylindrical-coordinate representation of color #3BF0CB: hue angle of 167.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF0CB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 240 203 -
CMYK 0.75 0 0.15 0.06
HSL 167.73º 0.86% 0.59% -
HSV(B) 167.73º 0.75% 0.94% -
XYZ 43.74 67.56 67.24 -
YUV 181.66 140.03 40.51 -
System Red Green Blue C M Y K H S L
Decimal 59 240 203 0.75 0 0.15 0.06 167.73 0.86 0.59
Hex 3B F0 CB 4B 0 F 6 A8 56 3B
Octal 73 360 313 113 0 17 6 250 126 73
Binary 111011 11110000 11001011 1001011 0 1111 110 10101000 1010110 111011

Color Harmonies of #3BF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF0CB

Black with #3BF0CB

Text Example


Text Example

White with #3BF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,240,203); }

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

background-color css

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

 a { background-color: rgb(59,240,203); }

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

border-color css

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

 span { border-color: rgb(59,240,203); }

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