Html Css Color HEX #34CECA Medium Turquoise

📋 copy color: '#34CECA'

red 52 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #34CECA

Tints of Medium Turquoise #34CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 11.3%
G = 44.78%
B = 43.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#34CECA (or 0x34CECA) is known color: Medium Turquoise. HEX triplet: 34, CE and CA. RGB value is (52,206,202). Sum of RGB (Red+Green+Blue) = 52+206+202=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #34CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CECA is #CB3135. Grayscale: #9F9F9F. Windows color (decimal): -13316406 or 13291060. OLE color: 13291060.

HSL color Cylindrical-coordinate representation of color #34CECA: hue angle of 178.44º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CECA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 202 -
CMYK 0.75 0 0.02 0.19
HSL 178.44º 0.61% 0.51% -
HSV(B) 178.44º 0.75% 0.81% -
XYZ 34.15 49.14 63.56 -
YUV 159.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 52 206 202 0.75 0 0.02 0.19 178.44 0.61 0.51
Hex 34 CE CA 4B 0 2 13 B2 3D 33
Octal 64 316 312 113 0 2 23 262 75 63
Binary 110100 11001110 11001010 1001011 0 10 10011 10110010 111101 110011

Color Harmonies of #34CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CECA

Black with #34CECA

Text Example


Text Example

White with #34CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,206,202); }

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

background-color css

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

 a { background-color: rgb(52,206,202); }

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

border-color css

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

 span { border-color: rgb(52,206,202); }

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