#3BE0E1

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

Shades of Turquoise #3BE0E1

Tints of Turquoise #3BE0E1

Color information

#3BE0E1 (or 0x3BE0E1) is unknown color: approx Turquoise. HEX triplet: 3B, E0 and E1. RGB value is (59,224,225). Sum of RGB (Red+Green+Blue) = 59+224+225=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BE0E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE0E1 is #C41F1E. Grayscale: #AEAEAE. Windows color (decimal): -12853023 or 14803003. OLE color: 14803003.

HSL color Cylindrical-coordinate representation of color #3BE0E1: hue angle of 180.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE0E1 is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59224225-
CMYK0.740.0000.12
HSL180.36º73.45%55.69%-
HSV(B)180.36º73.78%88.24%-
XYZ42.0559.6880.54-
YUV174.78156.3445.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.61%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=11.61%
G=44.09%
B=44.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592242250.740.0000.12180.3673.4555.69
Hex3BE0E14A00Cb44938
Octal73340341112001426411170
Binary11101111100000111000011001010001100101101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,224,225); }

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

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

 a { background-color: rgb(59,224,225); }

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

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

 span { border-color: rgb(59,224,225); }

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