Html Css Color HEX #37DCFA Turquoise

📋 copy color: '#37DCFA'

red 55 ◦ green 220 ◦ blue 250

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

Shades of Turquoise #37DCFA

Tints of Turquoise #37DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 10.48%
G = 41.9%
B = 47.62%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37DCFA (or 0x37DCFA) is known color: Turquoise. HEX triplet: 37, DC and FA. RGB value is (55,220,250). Sum of RGB (Red+Green+Blue) = 55+220+250=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #37DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCFA is #C82305. Grayscale: #ADADAD. Windows color (decimal): -13116166 or 16440375. OLE color: 16440375.

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

Color convert

RGB 55 220 250 -
CMYK 0.78 0.12 0 0.02
HSL 189.23º 0.95% 0.6% -
HSV(B) 189.23º 0.78% 0.98% -
XYZ 44.42 58.9 99.47 -
YUV 174.09 170.84 43.06 -
System Red Green Blue C M Y K H S L
Decimal 55 220 250 0.78 0.12 0 0.02 189.23 0.95 0.6
Hex 37 DC FA 4E C 0 2 BD 5F 3C
Octal 67 334 372 116 14 0 2 275 137 74
Binary 110111 11011100 11111010 1001110 1100 0 10 10111101 1011111 111100

Color Harmonies of #37DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCFA

Black with #37DCFA

Text Example


Text Example

White with #37DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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