#4BEED3

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

Shades of Turquoise #4BEED3

Tints of Turquoise #4BEED3

Color information

#4BEED3 (or 0x4BEED3) is unknown color: approx Turquoise. HEX triplet: 4B, EE and D3. RGB value is (75,238,211). Sum of RGB (Red+Green+Blue) = 75+238+211=524 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.31% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEED3 is #B4112C. Grayscale: #BABABA. Windows color (decimal): -11800877 or 13889099. OLE color: 13889099.

HSL color Cylindrical-coordinate representation of color #4BEED3: hue angle of 170.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEED3 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB75238211-
CMYK0.6800.110.07
HSL170.06º82.74%61.37%-
HSV(B)170.06º68.49%93.33%-
XYZ45.2367.3572.24-
YUV186.1814248.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.31%
GREEN value IS 238 (93.36% from 255) = 45.42%
BLUE value IS 211 (82.81% from 255) = 40.27%
R=14.31%
G=45.42%
B=40.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752382110.6800.110.07170.0682.7461.37
Hex4BEED3440B7aa533d
Octal113356323104013725212375
Binary10010111110111011010011100010001011111101010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,238,211); }

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

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

 a { background-color: rgb(75,238,211); }

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

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

 span { border-color: rgb(75,238,211); }

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