Html Css Color HEX #3BF2DF Turquoise

📋 copy color: '#3BF2DF'

red 59 ◦ green 242 ◦ blue 223

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

Shades of Turquoise #3BF2DF

Tints of Turquoise #3BF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 11.26%
G = 46.18%
B = 42.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#3BF2DF (or 0x3BF2DF) is known color: Turquoise. HEX triplet: 3B, F2 and DF. RGB value is (59,242,223). Sum of RGB (Red+Green+Blue) = 59+242+223=524 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.26% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2DF is #C40D20. Grayscale: #B9B9B9. Windows color (decimal): -12848417 or 14676539. OLE color: 14676539.

HSL color Cylindrical-coordinate representation of color #3BF2DF: hue angle of 173.77º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2DF is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 223 -
CMYK 0.76 0 0.08 0.05
HSL 173.77º 0.88% 0.59% -
HSV(B) 173.77º 0.76% 0.95% -
XYZ 46.88 69.76 80.81 -
YUV 185.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 59 242 223 0.76 0 0.08 0.05 173.77 0.88 0.59
Hex 3B F2 DF 4C 0 8 5 AE 58 3B
Octal 73 362 337 114 0 10 5 256 130 73
Binary 111011 11110010 11011111 1001100 0 1000 101 10101110 1011000 111011

Color Harmonies of #3BF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF2DF

Black with #3BF2DF

Text Example


Text Example

White with #3BF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,242,223); }

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

background-color css

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

 a { background-color: rgb(59,242,223); }

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

border-color css

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

 span { border-color: rgb(59,242,223); }

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