Html Css Color HEX #37DDEE Turquoise

📋 copy color: '#37DDEE'

red 55 ◦ green 221 ◦ blue 238

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

Shades of Turquoise #37DDEE

Tints of Turquoise #37DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 10.7%
G = 43%
B = 46.3%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37DDEE (or 0x37DDEE) is known color: Turquoise. HEX triplet: 37, DD and EE. RGB value is (55,221,238). Sum of RGB (Red+Green+Blue) = 55+221+238=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #37DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDEE is #C82211. Grayscale: #ADADAD. Windows color (decimal): -13115922 or 15654199. OLE color: 15654199.

HSL color Cylindrical-coordinate representation of color #37DDEE: hue angle of 185.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DDEE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 221 238 -
CMYK 0.77 0.07 0 0.07
HSL 185.57º 0.84% 0.57% -
HSV(B) 185.57º 0.77% 0.93% -
XYZ 42.86 58.7 89.96 -
YUV 173.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 55 221 238 0.77 0.07 0 0.07 185.57 0.84 0.57
Hex 37 DD EE 4D 7 0 7 BA 54 39
Octal 67 335 356 115 7 0 7 272 124 71
Binary 110111 11011101 11101110 1001101 111 0 111 10111010 1010100 111001

Color Harmonies of #37DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDEE

Black with #37DDEE

Text Example


Text Example

White with #37DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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