Html Css Color HEX #4CDDBB Turquoise

📋 copy color: '#4CDDBB'

red 76 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #4CDDBB

Tints of Turquoise #4CDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 15.7%
G = 45.66%
B = 38.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#4CDDBB (or 0x4CDDBB) is known color: Turquoise. HEX triplet: 4C, DD and BB. RGB value is (76,221,187). Sum of RGB (Red+Green+Blue) = 76+221+187=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDBB is #B32244. Grayscale: #ADADAD. Windows color (decimal): -11739717 or 12311884. OLE color: 12311884.

HSL color Cylindrical-coordinate representation of color #4CDDBB: hue angle of 165.93º 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 #4CDDBB is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 187 -
CMYK 0.66 0 0.15 0.13
HSL 165.93º 0.68% 0.58% -
HSV(B) 165.93º 0.66% 0.87% -
XYZ 37.81 56.84 55.99 -
YUV 173.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 76 221 187 0.66 0 0.15 0.13 165.93 0.68 0.58
Hex 4C DD BB 42 0 F D A6 44 3A
Octal 114 335 273 102 0 17 15 246 104 72
Binary 1001100 11011101 10111011 1000010 0 1111 1101 10100110 1000100 111010

Color Harmonies of #4CDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDBB

Black with #4CDDBB

Text Example


Text Example

White with #4CDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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