Html Css Color HEX #34ECDF Turquoise

📋 copy color: '#34ECDF'

red 52 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #34ECDF

Tints of Turquoise #34ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 10.18%
G = 46.18%
B = 43.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#34ECDF (or 0x34ECDF) is known color: Turquoise. HEX triplet: 34, EC and DF. RGB value is (52,236,223). Sum of RGB (Red+Green+Blue) = 52+236+223=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECDF is #CB1320. Grayscale: #B3B3B3. Windows color (decimal): -13308705 or 14674996. OLE color: 14674996.

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

Color convert

RGB 52 236 223 -
CMYK 0.78 0 0.06 0.07
HSL 175.76º 0.83% 0.56% -
HSV(B) 175.76º 0.78% 0.93% -
XYZ 44.73 66.05 80.2 -
YUV 179.5 152.54 37.06 -
System Red Green Blue C M Y K H S L
Decimal 52 236 223 0.78 0 0.06 0.07 175.76 0.83 0.56
Hex 34 EC DF 4E 0 6 7 B0 53 38
Octal 64 354 337 116 0 6 7 260 123 70
Binary 110100 11101100 11011111 1001110 0 110 111 10110000 1010011 111000

Color Harmonies of #34ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ECDF

Black with #34ECDF

Text Example


Text Example

White with #34ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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