Html Css Color HEX #34FCEC Turquoise

📋 copy color: '#34FCEC'

red 52 ◦ green 252 ◦ blue 236

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

Shades of Turquoise #34FCEC

Tints of Turquoise #34FCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 9.63%
G = 46.67%
B = 43.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#34FCEC (or 0x34FCEC) is known color: Turquoise. HEX triplet: 34, FC and EC. RGB value is (52,252,236). Sum of RGB (Red+Green+Blue) = 52+252+236=540 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.63% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FCEC is #CB0313. Grayscale: #BEBEBE. Windows color (decimal): -13304596 or 15531060. OLE color: 15531060.

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

Color convert

RGB 52 252 236 -
CMYK 0.79 0 0.06 0.01
HSL 175.2º 0.97% 0.6% -
HSV(B) 175.2º 0.79% 0.99% -
XYZ 51.37 76.41 91.4 -
YUV 190.38 153.74 29.3 -
System Red Green Blue C M Y K H S L
Decimal 52 252 236 0.79 0 0.06 0.01 175.2 0.97 0.6
Hex 34 FC EC 4F 0 6 1 AF 61 3C
Octal 64 374 354 117 0 6 1 257 141 74
Binary 110100 11111100 11101100 1001111 0 110 1 10101111 1100001 111100

Color Harmonies of #34FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FCEC

Black with #34FCEC

Text Example


Text Example

White with #34FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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