Html Css Color HEX #37F3DF Turquoise

📋 copy color: '#37F3DF'

red 55 ◦ green 243 ◦ blue 223

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

Shades of Turquoise #37F3DF

Tints of Turquoise #37F3DF

RGB

 RED value IS 55 (21.88% from 255) = 10.56%

 GREEN value IS 243 (95.31% from 255) = 46.64%

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

R = 10.56%
G = 46.64%
B = 42.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#37F3DF (or 0x37F3DF) is known color: Turquoise. HEX triplet: 37, F3 and DF. RGB value is (55,243,223). Sum of RGB (Red+Green+Blue) = 55+243+223=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3DF is #C80C20. Grayscale: #B8B8B8. Windows color (decimal): -13110305 or 14676791. OLE color: 14676791.

HSL color Cylindrical-coordinate representation of color #37F3DF: hue angle of 173.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F3DF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 243 223 -
CMYK 0.77 0 0.08 0.05
HSL 173.62º 0.89% 0.58% -
HSV(B) 173.62º 0.77% 0.95% -
XYZ 46.95 70.24 80.9 -
YUV 184.51 149.72 35.63 -
System Red Green Blue C M Y K H S L
Decimal 55 243 223 0.77 0 0.08 0.05 173.62 0.89 0.58
Hex 37 F3 DF 4D 0 8 5 AE 59 3A
Octal 67 363 337 115 0 10 5 256 131 72
Binary 110111 11110011 11011111 1001101 0 1000 101 10101110 1011001 111010

Color Harmonies of #37F3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F3DF

Black with #37F3DF

Text Example


Text Example

White with #37F3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37F3DF; }

 p { color: rgb(55,243,223); }

 H1.HeaderClassName
 {
   color: #37F3DF;
 }
 .AnyTagClassName
 {
   color: #37F3DF;
 }
</style>

background-color css

<style>
 a { background-color: #37F3DF; }

 a { background-color: rgb(55,243,223); }

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

border-color css

<style>
 span { border-color: #37F3DF; }

 span { border-color: rgb(55,243,223); }

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