#4bdfe7

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

Shades of Turquoise #4BDFE7

Tints of Turquoise #4BDFE7

Color information

#4BDFE7 (or 0x4BDFE7) is unknown color: approx Turquoise. HEX triplet: 4B, DF and E7. RGB value is (75,223,231). Sum of RGB (Red+Green+Blue) = 75+223+231=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #4BDFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFE7 is #B42018. Grayscale: #B3B3B3. Windows color (decimal): -11804697 or 15195979. OLE color: 15195979.

HSL color Cylindrical-coordinate representation of color #4BDFE7: hue angle of 183.08º degrees, saturation: 0.76, 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 #4BDFE7 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB75223231-
CMYK0.680.0300.09
HSL183.08º76.47%60%-
HSV(B)183.08º67.53%90.59%-
XYZ43.7160.0484.89-
YUV179.66156.9753.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.18%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=14.18%
G=42.16%
B=43.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752232310.680.0300.09183.0876.4760
Hex4BDFE744309b74c3c
Octal113337347104301126711474
Binary1001011110111111110011110001001101001101101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bdfe7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,223,231); }

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

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

 a { background-color: rgb(75,223,231); }

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

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

 span { border-color: rgb(75,223,231); }

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