Html Css Color HEX #2CCCD0 Medium Turquoise

📋 copy color: '#2CCCD0'

red 44 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #2CCCD0

Tints of Medium Turquoise #2CCCD0

RGB

 RED value IS 44 (17.58% from 255) = 9.65%

 GREEN value IS 204 (80.08% from 255) = 44.74%

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

R = 9.65%
G = 44.74%
B = 45.61%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2CCCD0 (or 0x2CCCD0) is known color: Medium Turquoise. HEX triplet: 2C, CC and D0. RGB value is (44,204,208). Sum of RGB (Red+Green+Blue) = 44+204+208=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #2CCCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCD0 is #D3332F. Grayscale: #9C9C9C. Windows color (decimal): -13841200 or 13683756. OLE color: 13683756.

HSL color Cylindrical-coordinate representation of color #2CCCD0: hue angle of 181.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCCD0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 204 208 -
CMYK 0.79 0.02 0 0.18
HSL 181.46º 0.65% 0.49% -
HSV(B) 181.46º 0.79% 0.82% -
XYZ 34.02 48.28 67.2 -
YUV 156.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 44 204 208 0.79 0.02 0 0.18 181.46 0.65 0.49
Hex 2C CC D0 4F 2 0 12 B5 41 31
Octal 54 314 320 117 2 0 22 265 101 61
Binary 101100 11001100 11010000 1001111 10 0 10010 10110101 1000001 110001

Color Harmonies of #2CCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCCD0

Black with #2CCCD0

Text Example


Text Example

White with #2CCCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CCCD0; }

 p { color: rgb(44,204,208); }

 H1.HeaderClassName
 {
   color: #2CCCD0;
 }
 .AnyTagClassName
 {
   color: #2CCCD0;
 }
</style>

background-color css

<style>
 a { background-color: #2CCCD0; }

 a { background-color: rgb(44,204,208); }

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

border-color css

<style>
 span { border-color: #2CCCD0; }

 span { border-color: rgb(44,204,208); }

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