Html Css Color HEX #37FFCF Turquoise

📋 copy color: '#37FFCF'

red 55 ◦ green 255 ◦ blue 207

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

Shades of Turquoise #37FFCF

Tints of Turquoise #37FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 49.32%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 10.64%
G = 49.32%
B = 40.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#37FFCF (or 0x37FFCF) is known color: Turquoise. HEX triplet: 37, FF and CF. RGB value is (55,255,207). Sum of RGB (Red+Green+Blue) = 55+255+207=517 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.64% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFCF is #C80030. Grayscale: #BDBDBD. Windows color (decimal): -13107249 or 13631287. OLE color: 13631287.

HSL color Cylindrical-coordinate representation of color #37FFCF: hue angle of 165.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFCF is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 207 -
CMYK 0.78 0 0.19 0
HSL 165.6º 1% 0.61% -
HSV(B) 165.6º 0.78% 1% -
XYZ 48.6 76.84 71.3 -
YUV 189.73 137.74 31.9 -
System Red Green Blue C M Y K H S L
Decimal 55 255 207 0.78 0 0.19 0 165.6 1 0.61
Hex 37 FF CF 4E 0 13 0 A6 64 3D
Octal 67 377 317 116 0 23 0 246 144 75
Binary 110111 11111111 11001111 1001110 0 10011 0 10100110 1100100 111101

Color Harmonies of #37FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFCF

Black with #37FFCF

Text Example


Text Example

White with #37FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,255,207); }

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

background-color css

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

 a { background-color: rgb(55,255,207); }

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

border-color css

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

 span { border-color: rgb(55,255,207); }

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