Html Css Color HEX #34DDE6 Turquoise

📋 copy color: '#34DDE6'

red 52 ◦ green 221 ◦ blue 230

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

Shades of Turquoise #34DDE6

Tints of Turquoise #34DDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 10.34%
G = 43.94%
B = 45.73%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34DDE6 (or 0x34DDE6) is known color: Turquoise. HEX triplet: 34, DD and E6. RGB value is (52,221,230). Sum of RGB (Red+Green+Blue) = 52+221+230=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #34DDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DDE6 is #CB2219. Grayscale: #ABABAB. Windows color (decimal): -13312538 or 15129908. OLE color: 15129908.

HSL color Cylindrical-coordinate representation of color #34DDE6: hue angle of 183.03º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DDE6 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 221 230 -
CMYK 0.77 0.04 0 0.10
HSL 183.03º 0.78% 0.55% -
HSV(B) 183.03º 0.77% 0.9% -
XYZ 41.56 58.16 83.9 -
YUV 171.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 52 221 230 0.77 0.04 0 0.10 183.03 0.78 0.55
Hex 34 DD E6 4D 4 0 A B7 4E 37
Octal 64 335 346 115 4 0 12 267 116 67
Binary 110100 11011101 11100110 1001101 100 0 1010 10110111 1001110 110111

Color Harmonies of #34DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDE6

Black with #34DDE6

Text Example


Text Example

White with #34DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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