Html Css Color HEX #37DEFE Turquoise

📋 copy color: '#37DEFE'

red 55 ◦ green 222 ◦ blue 254

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

Shades of Turquoise #37DEFE

Tints of Turquoise #37DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

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

R = 10.36%
G = 41.81%
B = 47.83%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#37DEFE (or 0x37DEFE) is known color: Turquoise. HEX triplet: 37, DE and FE. RGB value is (55,222,254). Sum of RGB (Red+Green+Blue) = 55+222+254=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #37DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DEFE is #C82101. Grayscale: #AFAFAF. Windows color (decimal): -13115650 or 16703031. OLE color: 16703031.

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

Color convert

RGB 55 222 254 -
CMYK 0.78 0.13 0 0.00
HSL 189.65º 0.99% 0.61% -
HSV(B) 189.65º 0.78% 1% -
XYZ 45.59 60.21 102.99 -
YUV 175.72 172.17 41.9 -
System Red Green Blue C M Y K H S L
Decimal 55 222 254 0.78 0.13 0 0.00 189.65 0.99 0.61
Hex 37 DE FE 4E D 0 0 BE 63 3D
Octal 67 336 376 116 15 0 0 276 143 75
Binary 110111 11011110 11111110 1001110 1101 0 0 10111110 1100011 111101

Color Harmonies of #37DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEFE

Black with #37DEFE

Text Example


Text Example

White with #37DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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