Html Css Color HEX #37DFD0 Turquoise

📋 copy color: '#37DFD0'

red 55 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #37DFD0

Tints of Turquoise #37DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 11.32%
G = 45.88%
B = 42.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#37DFD0 (or 0x37DFD0) is known color: Turquoise. HEX triplet: 37, DF and D0. RGB value is (55,223,208). Sum of RGB (Red+Green+Blue) = 55+223+208=486 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.32% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFD0 is #C8202F. Grayscale: #AAAAAA. Windows color (decimal): -13115440 or 13688631. OLE color: 13688631.

HSL color Cylindrical-coordinate representation of color #37DFD0: hue angle of 174.64º 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 #37DFD0 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 223 208 -
CMYK 0.75 0 0.07 0.13
HSL 174.64º 0.72% 0.55% -
HSV(B) 174.64º 0.75% 0.87% -
XYZ 39.35 58.14 68.82 -
YUV 171.06 148.84 45.22 -
System Red Green Blue C M Y K H S L
Decimal 55 223 208 0.75 0 0.07 0.13 174.64 0.72 0.55
Hex 37 DF D0 4B 0 7 D AF 48 37
Octal 67 337 320 113 0 7 15 257 110 67
Binary 110111 11011111 11010000 1001011 0 111 1101 10101111 1001000 110111

Color Harmonies of #37DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFD0

Black with #37DFD0

Text Example


Text Example

White with #37DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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