Html Css Color HEX #34FCE5 Turquoise

📋 copy color: '#34FCE5'

red 52 ◦ green 252 ◦ blue 229

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

Shades of Turquoise #34FCE5

Tints of Turquoise #34FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.28%

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

R = 9.76%
G = 47.28%
B = 42.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#34FCE5 (or 0x34FCE5) is known color: Turquoise. HEX triplet: 34, FC and E5. RGB value is (52,252,229). Sum of RGB (Red+Green+Blue) = 52+252+229=533 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.76% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCE5 is #CB031A. Grayscale: #BDBDBD. Windows color (decimal): -13304603 or 15072308. OLE color: 15072308.

HSL color Cylindrical-coordinate representation of color #34FCE5: hue angle of 173.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCE5 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 229 -
CMYK 0.79 0 0.09 0.01
HSL 173.1º 0.97% 0.6% -
HSV(B) 173.1º 0.79% 0.99% -
XYZ 50.37 76.01 86.15 -
YUV 189.58 150.24 29.87 -
System Red Green Blue C M Y K H S L
Decimal 52 252 229 0.79 0 0.09 0.01 173.1 0.97 0.6
Hex 34 FC E5 4F 0 9 1 AD 61 3C
Octal 64 374 345 117 0 11 1 255 141 74
Binary 110100 11111100 11100101 1001111 0 1001 1 10101101 1100001 111100

Color Harmonies of #34FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FCE5

Black with #34FCE5

Text Example


Text Example

White with #34FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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