Html Css Color HEX #37F9DD Turquoise

📋 copy color: '#37F9DD'

red 55 ◦ green 249 ◦ blue 221

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

Shades of Turquoise #37F9DD

Tints of Turquoise #37F9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 10.48%
G = 47.43%
B = 42.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#37F9DD (or 0x37F9DD) is known color: Turquoise. HEX triplet: 37, F9 and DD. RGB value is (55,249,221). Sum of RGB (Red+Green+Blue) = 55+249+221=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9DD is #C80622. Grayscale: #BBBBBB. Windows color (decimal): -13108771 or 14547255. OLE color: 14547255.

HSL color Cylindrical-coordinate representation of color #37F9DD: hue angle of 171.34º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F9DD is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 249 221 -
CMYK 0.78 0 0.11 0.02
HSL 171.34º 0.94% 0.6% -
HSV(B) 171.34º 0.78% 0.98% -
XYZ 48.5 73.78 80.09 -
YUV 187.8 146.73 33.28 -
System Red Green Blue C M Y K H S L
Decimal 55 249 221 0.78 0 0.11 0.02 171.34 0.94 0.6
Hex 37 F9 DD 4E 0 B 2 AB 5E 3C
Octal 67 371 335 116 0 13 2 253 136 74
Binary 110111 11111001 11011101 1001110 0 1011 10 10101011 1011110 111100

Color Harmonies of #37F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F9DD

Black with #37F9DD

Text Example


Text Example

White with #37F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,249,221); }

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

background-color css

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

 a { background-color: rgb(55,249,221); }

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

border-color css

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

 span { border-color: rgb(55,249,221); }

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