Html Css Color HEX #37DFFB Turquoise

📋 copy color: '#37DFFB'

red 55 ◦ green 223 ◦ blue 251

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

Shades of Turquoise #37DFFB

Tints of Turquoise #37DFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

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

R = 10.4%
G = 42.16%
B = 47.45%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37DFFB (or 0x37DFFB) is known color: Turquoise. HEX triplet: 37, DF and FB. RGB value is (55,223,251). Sum of RGB (Red+Green+Blue) = 55+223+251=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #37DFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFFB is #C82004. Grayscale: #AFAFAF. Windows color (decimal): -13115397 or 16506679. OLE color: 16506679.

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

Color convert

RGB 55 223 251 -
CMYK 0.78 0.11 0 0.02
HSL 188.57º 0.96% 0.6% -
HSV(B) 188.57º 0.78% 0.98% -
XYZ 45.38 60.55 100.56 -
YUV 175.96 170.34 41.72 -
System Red Green Blue C M Y K H S L
Decimal 55 223 251 0.78 0.11 0 0.02 188.57 0.96 0.6
Hex 37 DF FB 4E B 0 2 BD 60 3C
Octal 67 337 373 116 13 0 2 275 140 74
Binary 110111 11011111 11111011 1001110 1011 0 10 10111101 1100000 111100

Color Harmonies of #37DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFFB

Black with #37DFFB

Text Example


Text Example

White with #37DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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