Html Css Color HEX #4CDDE5 Turquoise

📋 copy color: '#4CDDE5'

red 76 ◦ green 221 ◦ blue 229

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

Shades of Turquoise #4CDDE5

Tints of Turquoise #4CDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 14.45%
G = 42.02%
B = 43.54%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4CDDE5 (or 0x4CDDE5) is known color: Turquoise. HEX triplet: 4C, DD and E5. RGB value is (76,221,229). Sum of RGB (Red+Green+Blue) = 76+221+229=526 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.45% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CDDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDE5 is #B3221A. Grayscale: #B2B2B2. Windows color (decimal): -11739675 or 15064396. OLE color: 15064396.

HSL color Cylindrical-coordinate representation of color #4CDDE5: hue angle of 183.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CDDE5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 76 221 229 -
CMYK 0.67 0.03 0 0.10
HSL 183.14º 0.75% 0.6% -
HSV(B) 183.14º 0.67% 0.9% -
XYZ 42.98 58.91 83.23 -
YUV 178.56 156.46 54.85 -
System Red Green Blue C M Y K H S L
Decimal 76 221 229 0.67 0.03 0 0.10 183.14 0.75 0.6
Hex 4C DD E5 43 3 0 A B7 4B 3C
Octal 114 335 345 103 3 0 12 267 113 74
Binary 1001100 11011101 11100101 1000011 11 0 1010 10110111 1001011 111100

Color Harmonies of #4CDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDE5

Black with #4CDDE5

Text Example


Text Example

White with #4CDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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