Html Css Color HEX #34FCE6 Turquoise

📋 copy color: '#34FCE6'

red 52 ◦ green 252 ◦ blue 230

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

Shades of Turquoise #34FCE6

Tints of Turquoise #34FCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 9.74%
G = 47.19%
B = 43.07%

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

#34FCE6 (or 0x34FCE6) is known color: Turquoise. HEX triplet: 34, FC and E6. RGB value is (52,252,230). Sum of RGB (Red+Green+Blue) = 52+252+230=534 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.74% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FCE6 is #CB0319. Grayscale: #BDBDBD. Windows color (decimal): -13304602 or 15137844. OLE color: 15137844.

HSL color Cylindrical-coordinate representation of color #34FCE6: hue angle of 173.4º 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 #34FCE6 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 230 -
CMYK 0.79 0 0.09 0.01
HSL 173.4º 0.97% 0.6% -
HSV(B) 173.4º 0.79% 0.99% -
XYZ 50.51 76.06 86.88 -
YUV 189.69 150.74 29.79 -
System Red Green Blue C M Y K H S L
Decimal 52 252 230 0.79 0 0.09 0.01 173.4 0.97 0.6
Hex 34 FC E6 4F 0 9 1 AD 61 3C
Octal 64 374 346 117 0 11 1 255 141 74
Binary 110100 11111100 11100110 1001111 0 1001 1 10101101 1100001 111100

Color Harmonies of #34FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FCE6

Black with #34FCE6

Text Example


Text Example

White with #34FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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