Html Css Color HEX #37F3CB Turquoise

📋 copy color: '#37F3CB'

red 55 ◦ green 243 ◦ blue 203

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

Shades of Turquoise #37F3CB

Tints of Turquoise #37F3CB

RGB

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

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

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

R = 10.98%
G = 48.5%
B = 40.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#37F3CB (or 0x37F3CB) is known color: Turquoise. HEX triplet: 37, F3 and CB. RGB value is (55,243,203). Sum of RGB (Red+Green+Blue) = 55+243+203=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3CB is #C80C34. Grayscale: #B6B6B6. Windows color (decimal): -13110325 or 13366071. OLE color: 13366071.

HSL color Cylindrical-coordinate representation of color #37F3CB: hue angle of 167.23º 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 #37F3CB is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 243 203 -
CMYK 0.77 0 0.16 0.05
HSL 167.23º 0.89% 0.58% -
HSV(B) 167.23º 0.77% 0.95% -
XYZ 44.41 69.23 67.52 -
YUV 182.23 139.72 37.25 -
System Red Green Blue C M Y K H S L
Decimal 55 243 203 0.77 0 0.16 0.05 167.23 0.89 0.58
Hex 37 F3 CB 4D 0 10 5 A7 59 3A
Octal 67 363 313 115 0 20 5 247 131 72
Binary 110111 11110011 11001011 1001101 0 10000 101 10100111 1011001 111010

Color Harmonies of #37F3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F3CB

Black with #37F3CB

Text Example


Text Example

White with #37F3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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