#3BE4D7

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

Shades of Turquoise #3BE4D7

Tints of Turquoise #3BE4D7

Color information

#3BE4D7 (or 0x3BE4D7) is unknown color: approx Turquoise. HEX triplet: 3B, E4 and D7. RGB value is (59,228,215). Sum of RGB (Red+Green+Blue) = 59+228+215=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE4D7 is #C41B28. Grayscale: #AFAFAF. Windows color (decimal): -12852009 or 14148667. OLE color: 14148667.

HSL color Cylindrical-coordinate representation of color #3BE4D7: hue angle of 175.38º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE4D7 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB59228215-
CMYK0.7400.060.11
HSL175.38º75.78%56.27%-
HSV(B)175.38º74.12%89.41%-
XYZ41.8161.3273.92-
YUV175.99150.0144.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.75%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=11.75%
G=45.42%
B=42.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592282150.7400.060.11175.3875.7856.27
Hex3BE4D74A06Baf4c38
Octal73344327112061325711470
Binary1110111110010011010111100101001101011101011111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BE4D7; }

 p { color: rgb(59,228,215); }

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

<style>
 a { background-color: #3BE4D7; }

 a { background-color: rgb(59,228,215); }

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

<style>
 span { border-color: #3BE4D7; }

 span { border-color: rgb(59,228,215); }

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