Html Css Color HEX #37DCFF Turquoise

📋 copy color: '#37DCFF'

red 55 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #37DCFF

Tints of Turquoise #37DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

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

R = 10.38%
G = 41.51%
B = 48.11%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37DCFF (or 0x37DCFF) is known color: Turquoise. HEX triplet: 37, DC and FF. RGB value is (55,220,255). Sum of RGB (Red+Green+Blue) = 55+220+255=530 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.38% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #37DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCFF is #C82300. Grayscale: #AEAEAE. Windows color (decimal): -13116161 or 16768055. OLE color: 16768055.

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

Color convert

RGB 55 220 255 -
CMYK 0.78 0.14 0 0
HSL 190.5º 1% 0.61% -
HSV(B) 190.5º 0.78% 1% -
XYZ 45.22 59.22 103.65 -
YUV 174.66 173.34 42.65 -
System Red Green Blue C M Y K H S L
Decimal 55 220 255 0.78 0.14 0 0 190.5 1 0.61
Hex 37 DC FF 4E E 0 0 BE 64 3D
Octal 67 334 377 116 16 0 0 276 144 75
Binary 110111 11011100 11111111 1001110 1110 0 0 10111110 1100100 111101

Color Harmonies of #37DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCFF

Black with #37DCFF

Text Example


Text Example

White with #37DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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