Html Css Color HEX #34FEDD Turquoise

📋 copy color: '#34FEDD'

red 52 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #34FEDD

Tints of Turquoise #34FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.2%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 9.87%
G = 48.2%
B = 41.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#34FEDD (or 0x34FEDD) is known color: Turquoise. HEX triplet: 34, FE and DD. RGB value is (52,254,221). Sum of RGB (Red+Green+Blue) = 52+254+221=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEDD is #CB0122. Grayscale: #BDBDBD. Windows color (decimal): -13304099 or 14548532. OLE color: 14548532.

HSL color Cylindrical-coordinate representation of color #34FEDD: hue angle of 170.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEDD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 254 221 -
CMYK 0.80 0 0.13 0.00
HSL 170.2º 0.99% 0.6% -
HSV(B) 170.2º 0.8% 1% -
XYZ 49.91 76.83 80.61 -
YUV 189.84 145.58 29.68 -
System Red Green Blue C M Y K H S L
Decimal 52 254 221 0.80 0 0.13 0.00 170.2 0.99 0.6
Hex 34 FE DD 50 0 D 0 AA 63 3C
Octal 64 376 335 120 0 15 0 252 143 74
Binary 110100 11111110 11011101 1010000 0 1101 0 10101010 1100011 111100

Color Harmonies of #34FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FEDD

Black with #34FEDD

Text Example


Text Example

White with #34FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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