Html Css Color HEX #37DFDA Turquoise

📋 copy color: '#37DFDA'

red 55 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #37DFDA

Tints of Turquoise #37DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 11.09%
G = 44.96%
B = 43.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#37DFDA (or 0x37DFDA) is known color: Turquoise. HEX triplet: 37, DF and DA. RGB value is (55,223,218). Sum of RGB (Red+Green+Blue) = 55+223+218=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFDA is #C82025. Grayscale: #ACACAC. Windows color (decimal): -13115430 or 14343991. OLE color: 14343991.

HSL color Cylindrical-coordinate representation of color #37DFDA: hue angle of 178.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DFDA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 223 218 -
CMYK 0.75 0 0.02 0.13
HSL 178.21º 0.72% 0.55% -
HSV(B) 178.21º 0.75% 0.87% -
XYZ 40.62 58.65 75.51 -
YUV 172.2 153.84 44.41 -
System Red Green Blue C M Y K H S L
Decimal 55 223 218 0.75 0 0.02 0.13 178.21 0.72 0.55
Hex 37 DF DA 4B 0 2 D B2 48 37
Octal 67 337 332 113 0 2 15 262 110 67
Binary 110111 11011111 11011010 1001011 0 10 1101 10110010 1001000 110111

Color Harmonies of #37DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFDA

Black with #37DFDA

Text Example


Text Example

White with #37DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,223,218); }

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

background-color css

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

 a { background-color: rgb(55,223,218); }

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

border-color css

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

 span { border-color: rgb(55,223,218); }

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