Html Css Color HEX #37DDF6 Turquoise

📋 copy color: '#37DDF6'

red 55 ◦ green 221 ◦ blue 246

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

Shades of Turquoise #37DDF6

Tints of Turquoise #37DDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 10.54%
G = 42.34%
B = 47.13%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#37DDF6 (or 0x37DDF6) is known color: Turquoise. HEX triplet: 37, DD and F6. RGB value is (55,221,246). Sum of RGB (Red+Green+Blue) = 55+221+246=522 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.54% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #37DDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDF6 is #C82209. Grayscale: #ADADAD. Windows color (decimal): -13115914 or 16178487. OLE color: 16178487.

HSL color Cylindrical-coordinate representation of color #37DDF6: hue angle of 187.85º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37DDF6 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 221 246 -
CMYK 0.78 0.10 0 0.04
HSL 187.85º 0.91% 0.59% -
HSV(B) 187.85º 0.78% 0.96% -
XYZ 44.07 59.18 96.29 -
YUV 174.22 168.5 42.97 -
System Red Green Blue C M Y K H S L
Decimal 55 221 246 0.78 0.10 0 0.04 187.85 0.91 0.59
Hex 37 DD F6 4E A 0 4 BC 5B 3B
Octal 67 335 366 116 12 0 4 274 133 73
Binary 110111 11011101 11110110 1001110 1010 0 100 10111100 1011011 111011

Color Harmonies of #37DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDF6

Black with #37DDF6

Text Example


Text Example

White with #37DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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