Html Css Color HEX #34ECED Turquoise

📋 copy color: '#34ECED'

red 52 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #34ECED

Tints of Turquoise #34ECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 9.9%
G = 44.95%
B = 45.14%

CMYK

 C value IS 0.78

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34ECED (or 0x34ECED) is known color: Turquoise. HEX triplet: 34, EC and ED. RGB value is (52,236,237). Sum of RGB (Red+Green+Blue) = 52+236+237=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #34ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECED is #CB1312. Grayscale: #B4B4B4. Windows color (decimal): -13308691 or 15592500. OLE color: 15592500.

HSL color Cylindrical-coordinate representation of color #34ECED: hue angle of 180.32º degrees, saturation: 0.84, 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 #34ECED is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 237 -
CMYK 0.78 0.00 0 0.07
HSL 180.32º 0.84% 0.57% -
HSV(B) 180.32º 0.78% 0.93% -
XYZ 46.7 66.84 90.56 -
YUV 181.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 52 236 237 0.78 0.00 0 0.07 180.32 0.84 0.57
Hex 34 EC ED 4E 0 0 7 B4 54 39
Octal 64 354 355 116 0 0 7 264 124 71
Binary 110100 11101100 11101101 1001110 0 0 111 10110100 1010100 111001

Color Harmonies of #34ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ECED

Black with #34ECED

Text Example


Text Example

White with #34ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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