Html Css Color HEX #34DEDF Turquoise

📋 copy color: '#34DEDF'

red 52 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #34DEDF

Tints of Turquoise #34DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 10.46%
G = 44.67%
B = 44.87%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34DEDF (or 0x34DEDF) is known color: Turquoise. HEX triplet: 34, DE and DF. RGB value is (52,222,223). Sum of RGB (Red+Green+Blue) = 52+222+223=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #34DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEDF is #CB2120. Grayscale: #ABABAB. Windows color (decimal): -13312289 or 14671412. OLE color: 14671412.

HSL color Cylindrical-coordinate representation of color #34DEDF: hue angle of 180.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DEDF is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 222 223 -
CMYK 0.77 0.00 0 0.13
HSL 180.35º 0.73% 0.54% -
HSV(B) 180.35º 0.77% 0.87% -
XYZ 40.86 58.3 78.91 -
YUV 171.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 52 222 223 0.77 0.00 0 0.13 180.35 0.73 0.54
Hex 34 DE DF 4D 0 0 D B4 49 36
Octal 64 336 337 115 0 0 15 264 111 66
Binary 110100 11011110 11011111 1001101 0 0 1101 10110100 1001001 110110

Color Harmonies of #34DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DEDF

Black with #34DEDF

Text Example


Text Example

White with #34DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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