Html Css Color HEX #37DCEA Turquoise

📋 copy color: '#37DCEA'

red 55 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #37DCEA

Tints of Turquoise #37DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 10.81%
G = 43.22%
B = 45.97%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37DCEA (or 0x37DCEA) is known color: Turquoise. HEX triplet: 37, DC and EA. RGB value is (55,220,234). Sum of RGB (Red+Green+Blue) = 55+220+234=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #37DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEA is #C82315. Grayscale: #ACACAC. Windows color (decimal): -13116182 or 15391799. OLE color: 15391799.

HSL color Cylindrical-coordinate representation of color #37DCEA: hue angle of 184.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37DCEA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 220 234 -
CMYK 0.76 0.06 0 0.08
HSL 184.69º 0.81% 0.57% -
HSV(B) 184.69º 0.76% 0.92% -
XYZ 42.02 57.94 86.81 -
YUV 172.26 162.84 44.36 -
System Red Green Blue C M Y K H S L
Decimal 55 220 234 0.76 0.06 0 0.08 184.69 0.81 0.57
Hex 37 DC EA 4C 6 0 8 B9 51 39
Octal 67 334 352 114 6 0 10 271 121 71
Binary 110111 11011100 11101010 1001100 110 0 1000 10111001 1010001 111001

Color Harmonies of #37DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCEA

Black with #37DCEA

Text Example


Text Example

White with #37DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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