Html Css Color HEX #37DAFE Turquoise

📋 copy color: '#37DAFE'

red 55 ◦ green 218 ◦ blue 254

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

Shades of Turquoise #37DAFE

Tints of Turquoise #37DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 10.44%
G = 41.37%
B = 48.2%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#37DAFE (or 0x37DAFE) is known color: Turquoise. HEX triplet: 37, DA and FE. RGB value is (55,218,254). Sum of RGB (Red+Green+Blue) = 55+218+254=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #37DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DAFE is #C82501. Grayscale: #ADADAD. Windows color (decimal): -13116674 or 16702007. OLE color: 16702007.

HSL color Cylindrical-coordinate representation of color #37DAFE: hue angle of 190.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37DAFE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 218 254 -
CMYK 0.78 0.14 0 0.00
HSL 190.85º 0.99% 0.61% -
HSV(B) 190.85º 0.78% 1% -
XYZ 44.54 58.11 102.64 -
YUV 173.37 173.5 43.57 -
System Red Green Blue C M Y K H S L
Decimal 55 218 254 0.78 0.14 0 0.00 190.85 0.99 0.61
Hex 37 DA FE 4E E 0 0 BF 63 3D
Octal 67 332 376 116 16 0 0 277 143 75
Binary 110111 11011010 11111110 1001110 1110 0 0 10111111 1100011 111101

Color Harmonies of #37DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAFE

Black with #37DAFE

Text Example


Text Example

White with #37DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,218,254); }

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

background-color css

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

 a { background-color: rgb(55,218,254); }

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

border-color css

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

 span { border-color: rgb(55,218,254); }

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