Html Css Color HEX #37DEFF Turquoise

📋 copy color: '#37DEFF'

red 55 ◦ green 222 ◦ blue 255

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

Shades of Turquoise #37DEFF

Tints of Turquoise #37DEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 10.34%
G = 41.73%
B = 47.93%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37DEFF (or 0x37DEFF) is known color: Turquoise. HEX triplet: 37, DE and FF. RGB value is (55,222,255). Sum of RGB (Red+Green+Blue) = 55+222+255=532 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.34% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #37DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DEFF is #C82100. Grayscale: #AFAFAF. Windows color (decimal): -13115649 or 16768567. OLE color: 16768567.

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

Color convert

RGB 55 222 255 -
CMYK 0.78 0.13 0 0
HSL 189.9º 1% 0.61% -
HSV(B) 189.9º 0.78% 1% -
XYZ 45.75 60.27 103.83 -
YUV 175.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 55 222 255 0.78 0.13 0 0 189.9 1 0.61
Hex 37 DE FF 4E D 0 0 BE 64 3D
Octal 67 336 377 116 15 0 0 276 144 75
Binary 110111 11011110 11111111 1001110 1101 0 0 10111110 1100100 111101

Color Harmonies of #37DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEFF

Black with #37DEFF

Text Example


Text Example

White with #37DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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