Html Css Color HEX #4CF0D5 Turquoise

📋 copy color: '#4CF0D5'

red 76 ◦ green 240 ◦ blue 213

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

Shades of Turquoise #4CF0D5

Tints of Turquoise #4CF0D5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 14.37%
G = 45.37%
B = 40.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#4CF0D5 (or 0x4CF0D5) is known color: Turquoise. HEX triplet: 4C, F0 and D5. RGB value is (76,240,213). Sum of RGB (Red+Green+Blue) = 76+240+213=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0D5 is #B30F2A. Grayscale: #BBBBBB. Windows color (decimal): -11734827 or 14020684. OLE color: 14020684.

HSL color Cylindrical-coordinate representation of color #4CF0D5: hue angle of 170.12º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0D5 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 240 213 -
CMYK 0.68 0 0.11 0.06
HSL 170.12º 0.85% 0.62% -
HSV(B) 170.12º 0.68% 0.94% -
XYZ 46.15 68.66 73.77 -
YUV 187.89 142.17 48.2 -
System Red Green Blue C M Y K H S L
Decimal 76 240 213 0.68 0 0.11 0.06 170.12 0.85 0.62
Hex 4C F0 D5 44 0 B 6 AA 55 3E
Octal 114 360 325 104 0 13 6 252 125 76
Binary 1001100 11110000 11010101 1000100 0 1011 110 10101010 1010101 111110

Color Harmonies of #4CF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF0D5

Black with #4CF0D5

Text Example


Text Example

White with #4CF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,213); }

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

background-color css

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

 a { background-color: rgb(76,240,213); }

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

border-color css

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

 span { border-color: rgb(76,240,213); }

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