Html Css Color HEX #34DEE5 Turquoise

📋 copy color: '#34DEE5'

red 52 ◦ green 222 ◦ blue 229

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

Shades of Turquoise #34DEE5

Tints of Turquoise #34DEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 10.34%
G = 44.14%
B = 45.53%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34DEE5 (or 0x34DEE5) is known color: Turquoise. HEX triplet: 34, DE and E5. RGB value is (52,222,229). Sum of RGB (Red+Green+Blue) = 52+222+229=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #34DEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEE5 is #CB211A. Grayscale: #ABABAB. Windows color (decimal): -13312283 or 15064628. OLE color: 15064628.

HSL color Cylindrical-coordinate representation of color #34DEE5: hue angle of 182.37º degrees, saturation: 0.77, 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 #34DEE5 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 222 229 -
CMYK 0.77 0.03 0 0.10
HSL 182.37º 0.77% 0.55% -
HSV(B) 182.37º 0.77% 0.9% -
XYZ 41.68 58.63 83.25 -
YUV 171.97 160.18 42.43 -
System Red Green Blue C M Y K H S L
Decimal 52 222 229 0.77 0.03 0 0.10 182.37 0.77 0.55
Hex 34 DE E5 4D 3 0 A B6 4D 37
Octal 64 336 345 115 3 0 12 266 115 67
Binary 110100 11011110 11100101 1001101 11 0 1010 10110110 1001101 110111

Color Harmonies of #34DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DEE5

Black with #34DEE5

Text Example


Text Example

White with #34DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,222,229); }

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

background-color css

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

 a { background-color: rgb(52,222,229); }

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

border-color css

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

 span { border-color: rgb(52,222,229); }

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