Html Css Color HEX #34CAB8 Medium Turquoise

📋 copy color: '#34CAB8'

red 52 ◦ green 202 ◦ blue 184

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

Shades of Medium Turquoise #34CAB8

Tints of Medium Turquoise #34CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 11.87%
G = 46.12%
B = 42.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#34CAB8 (or 0x34CAB8) is known color: Medium Turquoise. HEX triplet: 34, CA and B8. RGB value is (52,202,184). Sum of RGB (Red+Green+Blue) = 52+202+184=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAB8 is #CB3547. Grayscale: #9B9B9B. Windows color (decimal): -13317448 or 12110388. OLE color: 12110388.

HSL color Cylindrical-coordinate representation of color #34CAB8: hue angle of 172.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 #34CAB8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 202 184 -
CMYK 0.74 0 0.09 0.21
HSL 172.8º 0.59% 0.5% -
HSV(B) 172.8º 0.74% 0.79% -
XYZ 31.19 46.43 52.67 -
YUV 155.1 144.31 54.46 -
System Red Green Blue C M Y K H S L
Decimal 52 202 184 0.74 0 0.09 0.21 172.8 0.59 0.5
Hex 34 CA B8 4A 0 9 15 AD 3B 32
Octal 64 312 270 112 0 11 25 255 73 62
Binary 110100 11001010 10111000 1001010 0 1001 10101 10101101 111011 110010

Color Harmonies of #34CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CAB8

Black with #34CAB8

Text Example


Text Example

White with #34CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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