Html Css Color HEX #37D0DF Medium Turquoise

📋 copy color: '#37D0DF'

red 55 ◦ green 208 ◦ blue 223

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

Shades of Medium Turquoise #37D0DF

Tints of Medium Turquoise #37D0DF

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 55 208 223 -
CMYK 0.75 0.07 0 0.13
HSL 185.36º 0.72% 0.55% -
HSV(B) 185.36º 0.75% 0.87% -
XYZ 37.45 51.25 77.73 -
YUV 163.96 161.31 50.28 -
System Red Green Blue C M Y K H S L
Decimal 55 208 223 0.75 0.07 0 0.13 185.36 0.72 0.55
Hex 37 D0 DF 4B 7 0 D B9 48 37
Octal 67 320 337 113 7 0 15 271 110 67
Binary 110111 11010000 11011111 1001011 111 0 1101 10111001 1001000 110111

Color Harmonies of #37D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D0DF

Black with #37D0DF

Text Example


Text Example

White with #37D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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