Html Css Color HEX #34E3FE Turquoise

📋 copy color: '#34E3FE'

red 52 ◦ green 227 ◦ blue 254

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

Shades of Turquoise #34E3FE

Tints of Turquoise #34E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

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

R = 9.76%
G = 42.59%
B = 47.65%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34E3FE (or 0x34E3FE) is known color: Turquoise. HEX triplet: 34, E3 and FE. RGB value is (52,227,254). Sum of RGB (Red+Green+Blue) = 52+227+254=533 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.76% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #34E3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E3FE is #CB1C01. Grayscale: #B1B1B1. Windows color (decimal): -13310978 or 16704308. OLE color: 16704308.

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

Color convert

RGB 52 227 254 -
CMYK 0.80 0.11 0 0.00
HSL 188.02º 0.99% 0.6% -
HSV(B) 188.02º 0.8% 1% -
XYZ 46.77 62.82 103.43 -
YUV 177.75 171.02 38.3 -
System Red Green Blue C M Y K H S L
Decimal 52 227 254 0.80 0.11 0 0.00 188.02 0.99 0.6
Hex 34 E3 FE 50 B 0 0 BC 63 3C
Octal 64 343 376 120 13 0 0 274 143 74
Binary 110100 11100011 11111110 1010000 1011 0 0 10111100 1100011 111100

Color Harmonies of #34E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E3FE

Black with #34E3FE

Text Example


Text Example

White with #34E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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