#3ddfef

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

Shades of Turquoise #3DDFEF

Tints of Turquoise #3DDFEF

Color information

#3DDFEF (or 0x3DDFEF) is unknown color: approx Turquoise. HEX triplet: 3D, DF and EF. RGB value is (61,223,239). Sum of RGB (Red+Green+Blue) = 61+223+239=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFEF is #C22010. Grayscale: #B0B0B0. Windows color (decimal): -12722193 or 15720253. OLE color: 15720253.

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

Color convert

RGB61223239-
CMYK0.740.0700.06
HSL185.39º84.76%58.82%-
HSV(B)185.39º74.48%93.73%-
XYZ43.896090.93-
YUV176.39163.3345.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.66%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=11.66%
G=42.64%
B=45.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612232390.740.0700.06185.3984.7658.82
Hex3DDFEF4A706b9553b
Octal7533735711270627112573
Binary111101110111111110111110010101110110101110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ddfef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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