#34DDFD

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

Shades of Turquoise #34DDFD

Tints of Turquoise #34DDFD

Color information

#34DDFD (or 0x34DDFD) is unknown color: approx Turquoise. HEX triplet: 34, DD and FD. RGB value is (52,221,253). Sum of RGB (Red+Green+Blue) = 52+221+253=526 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.89% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #34DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DDFD is #CB2202. Grayscale: #ADADAD. Windows color (decimal): -13312515 or 16637236. OLE color: 16637236.

HSL color Cylindrical-coordinate representation of color #34DDFD: hue angle of 189.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DDFD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52221253-
CMYK0.790.1300.01
HSL189.55º98.05%59.8%-
HSV(B)189.55º79.45%99.22%-
XYZ4559.53102.05-
YUV174.12172.5140.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.89%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=9.89%
G=42.02%
B=48.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522212530.790.1300.01189.5598.0559.8
Hex34DDFD4FD01be623c
Octal64335375117150127614274
Binary11010011011101111111011001111110101101111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34DDFD; }

 p { color: rgb(52,221,253); }

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

<style>
 a { background-color: #34DDFD; }

 a { background-color: rgb(52,221,253); }

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

<style>
 span { border-color: #34DDFD; }

 span { border-color: rgb(52,221,253); }

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