Html Css Color HEX #34BECA Medium Turquoise

📋 copy color: '#34BECA'

red 52 ◦ green 190 ◦ blue 202

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

Shades of Medium Turquoise #34BECA

Tints of Medium Turquoise #34BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.79%

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

R = 11.71%
G = 42.79%
B = 45.5%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#34BECA (or 0x34BECA) is known color: Medium Turquoise. HEX triplet: 34, BE and CA. RGB value is (52,190,202). Sum of RGB (Red+Green+Blue) = 52+190+202=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #34BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BECA is #CB4135. Grayscale: #959595. Windows color (decimal): -13320502 or 13286964. OLE color: 13286964.

HSL color Cylindrical-coordinate representation of color #34BECA: hue angle of 184.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BECA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 190 202 -
CMYK 0.74 0.06 0 0.21
HSL 184.8º 0.59% 0.5% -
HSV(B) 184.8º 0.74% 0.79% -
XYZ 30.49 41.82 62.34 -
YUV 150.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 52 190 202 0.74 0.06 0 0.21 184.8 0.59 0.5
Hex 34 BE CA 4A 6 0 15 B9 3B 32
Octal 64 276 312 112 6 0 25 271 73 62
Binary 110100 10111110 11001010 1001010 110 0 10101 10111001 111011 110010

Color Harmonies of #34BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BECA

Black with #34BECA

Text Example


Text Example

White with #34BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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