Html Css Color HEX #4CDDCF Turquoise

📋 copy color: '#4CDDCF'

red 76 ◦ green 221 ◦ blue 207

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

Shades of Turquoise #4CDDCF

Tints of Turquoise #4CDDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 15.08%
G = 43.85%
B = 41.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#4CDDCF (or 0x4CDDCF) is known color: Turquoise. HEX triplet: 4C, DD and CF. RGB value is (76,221,207). Sum of RGB (Red+Green+Blue) = 76+221+207=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCF is #B32230. Grayscale: #AFAFAF. Windows color (decimal): -11739697 or 13622604. OLE color: 13622604.

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

Color convert

RGB 76 221 207 -
CMYK 0.66 0 0.06 0.13
HSL 174.21º 0.68% 0.58% -
HSV(B) 174.21º 0.66% 0.87% -
XYZ 40.1 57.75 68.07 -
YUV 176.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 76 221 207 0.66 0 0.06 0.13 174.21 0.68 0.58
Hex 4C DD CF 42 0 6 D AE 44 3A
Octal 114 335 317 102 0 6 15 256 104 72
Binary 1001100 11011101 11001111 1000010 0 110 1101 10101110 1000100 111010

Color Harmonies of #4CDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDCF

Black with #4CDDCF

Text Example


Text Example

White with #4CDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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