#3CDAFF

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

Shades of Turquoise #3CDAFF

Tints of Turquoise #3CDAFF

Color information

#3CDAFF (or 0x3CDAFF) is unknown color: approx Turquoise. HEX triplet: 3C, DA and FF. RGB value is (60,218,255). Sum of RGB (Red+Green+Blue) = 60+218+255=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAFF is #C32500. Grayscale: #AEAEAE. Windows color (decimal): -12788993 or 16767548. OLE color: 16767548.

HSL color Cylindrical-coordinate representation of color #3CDAFF: hue angle of 191.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDAFF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60218255-
CMYK0.760.1500
HSL191.38º100%61.76%-
HSV(B)191.38º76.47%100%-
XYZ44.9858.32103.49-
YUV174.98173.1545.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.26%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 255 (100% from 255) = 47.84%
R=11.26%
G=40.90%
B=47.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602182550.760.1500191.3810061.76
Hex3CDAFF4CF00bf643e
Octal74332377114170027714476
Binary11110011011010111111111001100111100101111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,218,255); }

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

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

 a { background-color: rgb(60,218,255); }

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

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

 span { border-color: rgb(60,218,255); }

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