Html Css Color HEX #37DBFB Turquoise

📋 copy color: '#37DBFB'

red 55 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #37DBFB

Tints of Turquoise #37DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

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

R = 10.48%
G = 41.71%
B = 47.81%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37DBFB (or 0x37DBFB) is known color: Turquoise. HEX triplet: 37, DB and FB. RGB value is (55,219,251). Sum of RGB (Red+Green+Blue) = 55+219+251=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #37DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBFB is #C82404. Grayscale: #ADADAD. Windows color (decimal): -13116421 or 16505655. OLE color: 16505655.

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

Color convert

RGB 55 219 251 -
CMYK 0.78 0.13 0 0.02
HSL 189.8º 0.96% 0.6% -
HSV(B) 189.8º 0.78% 0.98% -
XYZ 44.32 58.44 100.21 -
YUV 173.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 55 219 251 0.78 0.13 0 0.02 189.8 0.96 0.6
Hex 37 DB FB 4E D 0 2 BE 60 3C
Octal 67 333 373 116 15 0 2 276 140 74
Binary 110111 11011011 11111011 1001110 1101 0 10 10111110 1100000 111100

Color Harmonies of #37DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBFB

Black with #37DBFB

Text Example


Text Example

White with #37DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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