Html Css Color HEX #34FEBD Turquoise

📋 copy color: '#34FEBD'

red 52 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #34FEBD

Tints of Turquoise #34FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 10.51%
G = 51.31%
B = 38.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#34FEBD (or 0x34FEBD) is known color: Turquoise. HEX triplet: 34, FE and BD. RGB value is (52,254,189). Sum of RGB (Red+Green+Blue) = 52+254+189=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FEBD is #CB0142. Grayscale: #BABABA. Windows color (decimal): -13304131 or 12451380. OLE color: 12451380.

HSL color Cylindrical-coordinate representation of color #34FEBD: hue angle of 160.69º 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 #34FEBD is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 254 189 -
CMYK 0.80 0 0.26 0.00
HSL 160.69º 0.99% 0.6% -
HSV(B) 160.69º 0.8% 1% -
XYZ 46.04 75.29 60.25 -
YUV 186.19 129.58 32.29 -
System Red Green Blue C M Y K H S L
Decimal 52 254 189 0.80 0 0.26 0.00 160.69 0.99 0.6
Hex 34 FE BD 50 0 1A 0 A1 63 3C
Octal 64 376 275 120 0 32 0 241 143 74
Binary 110100 11111110 10111101 1010000 0 11010 0 10100001 1100011 111100

Color Harmonies of #34FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FEBD

Black with #34FEBD

Text Example


Text Example

White with #34FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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