#4BE8C4

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

Shades of Turquoise #4BE8C4

Tints of Turquoise #4BE8C4

Color information

#4BE8C4 (or 0x4BE8C4) is unknown color: approx Turquoise. HEX triplet: 4B, E8 and C4. RGB value is (75,232,196). Sum of RGB (Red+Green+Blue) = 75+232+196=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8C4 is #B4173B. Grayscale: #B4B4B4. Windows color (decimal): -11802428 or 12904523. OLE color: 12904523.

HSL color Cylindrical-coordinate representation of color #4BE8C4: hue angle of 166.24º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8C4 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB75232196-
CMYK0.6800.160.09
HSL166.24º77.34%60.2%-
HSV(B)166.24º67.67%90.98%-
XYZ41.7263.1962.22-
YUV180.95136.4952.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.91%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=14.91%
G=46.12%
B=38.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752321960.6800.160.09166.2477.3460.2
Hex4BE8C4440109a64d3c
Octal1133503041040201124611574
Binary1001011111010001100010010001000100001001101001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,232,196); }

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

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

 a { background-color: rgb(75,232,196); }

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

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

 span { border-color: rgb(75,232,196); }

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