Html Css Color HEX #37DDFB Turquoise

📋 copy color: '#37DDFB'

red 55 ◦ green 221 ◦ blue 251

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

Shades of Turquoise #37DDFB

Tints of Turquoise #37DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 10.44%
G = 41.94%
B = 47.63%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37DDFB (or 0x37DDFB) is known color: Turquoise. HEX triplet: 37, DD and FB. RGB value is (55,221,251). Sum of RGB (Red+Green+Blue) = 55+221+251=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #37DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDFB is #C82204. Grayscale: #AEAEAE. Windows color (decimal): -13115909 or 16506167. OLE color: 16506167.

HSL color Cylindrical-coordinate representation of color #37DDFB: hue angle of 189.18º degrees, saturation: 0.96, 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 #37DDFB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 221 251 -
CMYK 0.78 0.12 0 0.02
HSL 189.18º 0.96% 0.6% -
HSV(B) 189.18º 0.78% 0.98% -
XYZ 44.84 59.49 100.39 -
YUV 174.79 171 42.56 -
System Red Green Blue C M Y K H S L
Decimal 55 221 251 0.78 0.12 0 0.02 189.18 0.96 0.6
Hex 37 DD FB 4E C 0 2 BD 60 3C
Octal 67 335 373 116 14 0 2 275 140 74
Binary 110111 11011101 11111011 1001110 1100 0 10 10111101 1100000 111100

Color Harmonies of #37DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDFB

Black with #37DDFB

Text Example


Text Example

White with #37DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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