Html Css Color HEX #34DDEC Turquoise

📋 copy color: '#34DDEC'

red 52 ◦ green 221 ◦ blue 236

#34DDEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #34DDEC

Tints of Turquoise #34DDEC

RGB

 RED value IS 52 (20.7% from 255) = 10.22%

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 10.22%
G = 43.42%
B = 46.37%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34DDEC (or 0x34DDEC) is known color: Turquoise. HEX triplet: 34, DD and EC. RGB value is (52,221,236). Sum of RGB (Red+Green+Blue) = 52+221+236=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #34DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DDEC is #CB2213. Grayscale: #ABABAB. Windows color (decimal): -13312532 or 15523124. OLE color: 15523124.

HSL color Cylindrical-coordinate representation of color #34DDEC: hue angle of 184.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DDEC is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 221 236 -
CMYK 0.78 0.06 0 0.07
HSL 184.89º 0.83% 0.56% -
HSV(B) 184.89º 0.78% 0.93% -
XYZ 42.41 58.5 88.41 -
YUV 172.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 52 221 236 0.78 0.06 0 0.07 184.89 0.83 0.56
Hex 34 DD EC 4E 6 0 7 B9 53 38
Octal 64 335 354 116 6 0 7 271 123 70
Binary 110100 11011101 11101100 1001110 110 0 111 10111001 1010011 111000

Color Harmonies of #34DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDEC

Black with #34DDEC

Text Example


Text Example

White with #34DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34DDEC;
 }
 .AnyTagClassName
 {
   color: #34DDEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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