Html Css Color HEX #4CCADD Medium Turquoise

📋 copy color: '#4CCADD'

red 76 ◦ green 202 ◦ blue 221

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

Shades of Medium Turquoise #4CCADD

Tints of Medium Turquoise #4CCADD

RGB

 RED value IS 76 (30.08% from 255) = 15.23%

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 15.23%
G = 40.48%
B = 44.29%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CCADD (or 0x4CCADD) is known color: Medium Turquoise. HEX triplet: 4C, CA and DD. RGB value is (76,202,221). Sum of RGB (Red+Green+Blue) = 76+202+221=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCADD is #B33522. Grayscale: #A6A6A6. Windows color (decimal): -11744547 or 14535244. OLE color: 14535244.

HSL color Cylindrical-coordinate representation of color #4CCADD: hue angle of 187.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCADD is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 202 221 -
CMYK 0.66 0.09 0 0.13
HSL 187.86º 0.68% 0.58% -
HSV(B) 187.86º 0.66% 0.87% -
XYZ 37.15 49 75.91 -
YUV 166.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 76 202 221 0.66 0.09 0 0.13 187.86 0.68 0.58
Hex 4C CA DD 42 9 0 D BC 44 3A
Octal 114 312 335 102 11 0 15 274 104 72
Binary 1001100 11001010 11011101 1000010 1001 0 1101 10111100 1000100 111010

Color Harmonies of #4CCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCADD

Black with #4CCADD

Text Example


Text Example

White with #4CCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCADD; }

 p { color: rgb(76,202,221); }

 H1.HeaderClassName
 {
   color: #4CCADD;
 }
 .AnyTagClassName
 {
   color: #4CCADD;
 }
</style>

background-color css

<style>
 a { background-color: #4CCADD; }

 a { background-color: rgb(76,202,221); }

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

border-color css

<style>
 span { border-color: #4CCADD; }

 span { border-color: rgb(76,202,221); }

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