#3CDEE3

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

Shades of Turquoise #3CDEE3

Tints of Turquoise #3CDEE3

Color information

#3CDEE3 (or 0x3CDEE3) is unknown color: approx Turquoise. HEX triplet: 3C, DE and E3. RGB value is (60,222,227). Sum of RGB (Red+Green+Blue) = 60+222+227=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CDEE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEE3 is #C3211C. Grayscale: #ADADAD. Windows color (decimal): -12787997 or 14933564. OLE color: 14933564.

HSL color Cylindrical-coordinate representation of color #3CDEE3: hue angle of 181.8º degrees, saturation: 0.75, 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 #3CDEE3 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60222227-
CMYK0.740.0200.11
HSL181.8º74.89%56.27%-
HSV(B)181.8º73.57%89.02%-
XYZ41.8558.7581.81-
YUV174.13157.8346.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.79%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=11.79%
G=43.61%
B=44.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602222270.740.0200.11181.874.8956.27
Hex3CDEE34A20Bb64b38
Octal74336343112201326611370
Binary111100110111101110001110010101001011101101101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,222,227); }

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

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

 a { background-color: rgb(60,222,227); }

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

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

 span { border-color: rgb(60,222,227); }

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