#3DDDFE

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

Shades of Turquoise #3DDDFE

Tints of Turquoise #3DDDFE

Color information

#3DDDFE (or 0x3DDDFE) is unknown color: approx Turquoise. HEX triplet: 3D, DD and FE. RGB value is (61,221,254). Sum of RGB (Red+Green+Blue) = 61+221+254=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDFE is #C22201. Grayscale: #B0B0B0. Windows color (decimal): -12722690 or 16702781. OLE color: 16702781.

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

Color convert

RGB61221254-
CMYK0.760.1300.00
HSL190.26º98.97%61.76%-
HSV(B)190.26º75.98%99.61%-
XYZ45.6759.86102.91-
YUV176.92171.4945.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.38%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=11.38%
G=41.23%
B=47.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal612212540.760.1300.00190.2698.9761.76
Hex3DDDFE4CD00be633e
Octal75335376114150027614376
Binary11110111011101111111101001100110100101111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,221,254); }

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

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

 a { background-color: rgb(61,221,254); }

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

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

 span { border-color: rgb(61,221,254); }

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