Html Css Color HEX #34EFFE Turquoise

📋 copy color: '#34EFFE'

red 52 ◦ green 239 ◦ blue 254

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

Shades of Turquoise #34EFFE

Tints of Turquoise #34EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 9.54%
G = 43.85%
B = 46.61%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34EFFE (or 0x34EFFE) is known color: Turquoise. HEX triplet: 34, EF and FE. RGB value is (52,239,254). Sum of RGB (Red+Green+Blue) = 52+239+254=545 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.54% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #34EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EFFE is #CB1001. Grayscale: #B8B8B8. Windows color (decimal): -13307906 or 16707380. OLE color: 16707380.

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

Color convert

RGB 52 239 254 -
CMYK 0.80 0.06 0 0.00
HSL 184.46º 0.99% 0.6% -
HSV(B) 184.46º 0.8% 1% -
XYZ 50.17 69.62 104.56 -
YUV 184.8 167.05 33.28 -
System Red Green Blue C M Y K H S L
Decimal 52 239 254 0.80 0.06 0 0.00 184.46 0.99 0.6
Hex 34 EF FE 50 6 0 0 B8 63 3C
Octal 64 357 376 120 6 0 0 270 143 74
Binary 110100 11101111 11111110 1010000 110 0 0 10111000 1100011 111100

Color Harmonies of #34EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EFFE

Black with #34EFFE

Text Example


Text Example

White with #34EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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