#3CDFEF

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

Shades of Turquoise #3CDFEF

Tints of Turquoise #3CDFEF

Color information

#3CDFEF (or 0x3CDFEF) is unknown color: approx Turquoise. HEX triplet: 3C, DF and EF. RGB value is (60,223,239). Sum of RGB (Red+Green+Blue) = 60+223+239=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFEF is #C32010. Grayscale: #AFAFAF. Windows color (decimal): -12787729 or 15720252. OLE color: 15720252.

HSL color Cylindrical-coordinate representation of color #3CDFEF: hue angle of 185.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDFEF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60223239-
CMYK0.750.0700.06
HSL185.36º84.83%58.63%-
HSV(B)185.36º74.9%93.73%-
XYZ43.8359.9790.93-
YUV176.09163.545.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.49%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=11.49%
G=42.72%
B=45.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal602232390.750.0700.06185.3684.8358.63
Hex3CDFEF4B706b9553b
Octal7433735711370627112573
Binary111100110111111110111110010111110110101110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,223,239); }

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

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

 a { background-color: rgb(60,223,239); }

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

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

 span { border-color: rgb(60,223,239); }

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