Html Css Color HEX #37FFCB Turquoise

📋 copy color: '#37FFCB'

red 55 ◦ green 255 ◦ blue 203

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

Shades of Turquoise #37FFCB

Tints of Turquoise #37FFCB

RGB

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

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

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

R = 10.72%
G = 49.71%
B = 39.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#37FFCB (or 0x37FFCB) is known color: Turquoise. HEX triplet: 37, FF and CB. RGB value is (55,255,203). Sum of RGB (Red+Green+Blue) = 55+255+203=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFCB is #C80034. Grayscale: #BDBDBD. Windows color (decimal): -13107253 or 13369143. OLE color: 13369143.

HSL color Cylindrical-coordinate representation of color #37FFCB: hue angle of 164.4º 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 #37FFCB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 203 -
CMYK 0.78 0 0.20 0
HSL 164.4º 1% 0.61% -
HSV(B) 164.4º 0.78% 1% -
XYZ 48.12 76.64 68.76 -
YUV 189.27 135.74 32.23 -
System Red Green Blue C M Y K H S L
Decimal 55 255 203 0.78 0 0.20 0 164.4 1 0.61
Hex 37 FF CB 4E 0 14 0 A4 64 3D
Octal 67 377 313 116 0 24 0 244 144 75
Binary 110111 11111111 11001011 1001110 0 10100 0 10100100 1100100 111101

Color Harmonies of #37FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFCB

Black with #37FFCB

Text Example


Text Example

White with #37FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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