Html Css Color HEX #37F1CC Turquoise

📋 copy color: '#37F1CC'

red 55 ◦ green 241 ◦ blue 204

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

Shades of Turquoise #37F1CC

Tints of Turquoise #37F1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 11%
G = 48.2%
B = 40.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#37F1CC (or 0x37F1CC) is known color: Turquoise. HEX triplet: 37, F1 and CC. RGB value is (55,241,204). Sum of RGB (Red+Green+Blue) = 55+241+204=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1CC is #C80E33. Grayscale: #B5B5B5. Windows color (decimal): -13110836 or 13431095. OLE color: 13431095.

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

Color convert

RGB 55 241 204 -
CMYK 0.77 0 0.15 0.05
HSL 168.06º 0.87% 0.58% -
HSV(B) 168.06º 0.77% 0.95% -
XYZ 43.93 68.08 67.95 -
YUV 181.17 140.88 38.01 -
System Red Green Blue C M Y K H S L
Decimal 55 241 204 0.77 0 0.15 0.05 168.06 0.87 0.58
Hex 37 F1 CC 4D 0 F 5 A8 57 3A
Octal 67 361 314 115 0 17 5 250 127 72
Binary 110111 11110001 11001100 1001101 0 1111 101 10101000 1010111 111010

Color Harmonies of #37F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1CC

Black with #37F1CC

Text Example


Text Example

White with #37F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,241,204); }

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

background-color css

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

 a { background-color: rgb(55,241,204); }

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

border-color css

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

 span { border-color: rgb(55,241,204); }

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