#3FDFFF

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

Shades of Turquoise Blue #3FDFFF

Tints of Turquoise Blue #3FDFFF

Color information

#3FDFFF (or 0x3FDFFF) is unknown color: approx Turquoise Blue. HEX triplet: 3F, DF and FF. RGB value is (63,223,255). Sum of RGB (Red+Green+Blue) = 63+223+255=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFFF is #C02000. Grayscale: #B2B2B2. Windows color (decimal): -12591105 or 16768831. OLE color: 16768831.

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

Color convert

RGB63223255-
CMYK0.750.1300
HSL190º100%62.35%-
HSV(B)190º75.29%100%-
XYZ46.4961.05103.94-
YUV178.81170.9945.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.65%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 255 (100% from 255) = 47.13%
R=11.65%
G=41.22%
B=47.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632232550.750.130019010062.35
Hex3FDFFF4BD00be643e
Octal77337377113150027614476
Binary11111111011111111111111001011110100101111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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