#4CF4CF

Color #4CF4CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4CF4CF

Tints of Turquoise #4CF4CF

Color information

#4CF4CF (or 0x4CF4CF) is unknown color: approx Turquoise. HEX triplet: 4C, F4 and CF. RGB value is (76,244,207). Sum of RGB (Red+Green+Blue) = 76+244+207=527 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.42% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF4CF is #B30B30. Grayscale: #BDBDBD. Windows color (decimal): -11733809 or 13628492. OLE color: 13628492.

HSL color Cylindrical-coordinate representation of color #4CF4CF: hue angle of 166.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF4CF is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB76244207-
CMYK0.6900.150.04
HSL166.79º88.42%62.75%-
HSV(B)166.79º68.85%95.69%-
XYZ46.5970.7470.23-
YUV189.55137.8447.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.42%
GREEN value IS 244 (95.70% from 255) = 46.30%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=14.42%
G=46.30%
B=39.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762442070.6900.150.04166.7988.4262.75
Hex4CF4CF450F4a7583f
Octal114364317105017424713077
Binary10011001111010011001111100010101111100101001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CF4CF;
 }
 .AnyTagClassName
 {
   color: #4CF4CF;
 }
</style>
background-color css

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

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

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

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

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

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