#3cdfff

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

Shades of Turquoise #3CDFFF

Tints of Turquoise #3CDFFF

Color information

#3CDFFF (or 0x3CDFFF) is unknown color: approx Turquoise. HEX triplet: 3C, DF and FF. RGB value is (60,223,255). Sum of RGB (Red+Green+Blue) = 60+223+255=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFFF is #C32000. Grayscale: #B1B1B1. Windows color (decimal): -12787713 or 16768828. OLE color: 16768828.

HSL color Cylindrical-coordinate representation of color #3CDFFF: hue angle of 189.85º 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 #3CDFFF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60223255-
CMYK0.760.1300
HSL189.85º100%61.76%-
HSV(B)189.85º76.47%100%-
XYZ46.360.96103.93-
YUV177.91171.543.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.15%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 255 (100% from 255) = 47.40%
R=11.15%
G=41.45%
B=47.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602232550.760.1300189.8510061.76
Hex3CDFFF4CD00be643e
Octal74337377114150027614476
Binary11110011011111111111111001100110100101111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cdfff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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