Html Css Color HEX #34ECEE Turquoise

📋 copy color: '#34ECEE'

red 52 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #34ECEE

Tints of Turquoise #34ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.87%

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 9.89%
G = 44.87%
B = 45.25%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34ECEE (or 0x34ECEE) is known color: Turquoise. HEX triplet: 34, EC and EE. RGB value is (52,236,238). Sum of RGB (Red+Green+Blue) = 52+236+238=526 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.89% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #34ECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECEE is #CB1311. Grayscale: #B5B5B5. Windows color (decimal): -13308690 or 15658036. OLE color: 15658036.

HSL color Cylindrical-coordinate representation of color #34ECEE: hue angle of 180.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECEE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 238 -
CMYK 0.78 0.01 0 0.07
HSL 180.65º 0.85% 0.57% -
HSV(B) 180.65º 0.78% 0.93% -
XYZ 46.84 66.89 91.33 -
YUV 181.21 160.04 35.84 -
System Red Green Blue C M Y K H S L
Decimal 52 236 238 0.78 0.01 0 0.07 180.65 0.85 0.57
Hex 34 EC EE 4E 1 0 7 B5 55 39
Octal 64 354 356 116 1 0 7 265 125 71
Binary 110100 11101100 11101110 1001110 1 0 111 10110101 1010101 111001

Color Harmonies of #34ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ECEE

Black with #34ECEE

Text Example


Text Example

White with #34ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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