Html Css Color HEX #37CDCD Medium Turquoise

📋 copy color: '#37CDCD'

red 55 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #37CDCD

Tints of Medium Turquoise #37CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 11.83%
G = 44.09%
B = 44.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37CDCD (or 0x37CDCD) is known color: Medium Turquoise. HEX triplet: 37, CD and CD. RGB value is (55,205,205). Sum of RGB (Red+Green+Blue) = 55+205+205=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #37CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDCD is #C83232. Grayscale: #A0A0A0. Windows color (decimal): -13120051 or 13487415. OLE color: 13487415.

HSL color Cylindrical-coordinate representation of color #37CDCD: hue angle of 180º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDCD is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 205 -
CMYK 0.73 0 0 0.20
HSL 180º 0.6% 0.51% -
HSV(B) 180º 0.73% 0.8% -
XYZ 34.43 48.88 65.38 -
YUV 160.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 55 205 205 0.73 0 0 0.20 180 0.6 0.51
Hex 37 CD CD 49 0 0 14 B4 3C 33
Octal 67 315 315 111 0 0 24 264 74 63
Binary 110111 11001101 11001101 1001001 0 0 10100 10110100 111100 110011

Color Harmonies of #37CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDCD

Black with #37CDCD

Text Example


Text Example

White with #37CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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