#3DDBE4

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

Shades of Turquoise #3DDBE4

Tints of Turquoise #3DDBE4

Color information

#3DDBE4 (or 0x3DDBE4) is unknown color: approx Turquoise. HEX triplet: 3D, DB and E4. RGB value is (61,219,228). Sum of RGB (Red+Green+Blue) = 61+219+228=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #3DDBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBE4 is #C2241B. Grayscale: #ACACAC. Windows color (decimal): -12723228 or 14998333. OLE color: 14998333.

HSL color Cylindrical-coordinate representation of color #3DDBE4: hue angle of 183.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDBE4 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB61219228-
CMYK0.730.0400.11
HSL183.23º75.57%56.67%-
HSV(B)183.23º73.25%89.41%-
XYZ41.2657.2682.28-
YUV172.78159.1548.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.01%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 228 (89.45% from 255) = 44.88%
R=12.01%
G=43.11%
B=44.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612192280.730.0400.11183.2375.5756.67
Hex3DDBE44940Bb74c39
Octal75333344111401326711471
Binary1111011101101111100100100100110001011101101111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,219,228); }

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

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

 a { background-color: rgb(61,219,228); }

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

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

 span { border-color: rgb(61,219,228); }

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