Html Css Color HEX #34CACE Medium Turquoise

📋 copy color: '#34CACE'

red 52 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #34CACE

Tints of Medium Turquoise #34CACE

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #34CACE: hue angle of 181.56º 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 #34CACE is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 202 206 -
CMYK 0.75 0.02 0 0.19
HSL 181.56º 0.61% 0.51% -
HSV(B) 181.56º 0.75% 0.81% -
XYZ 33.68 47.43 65.77 -
YUV 157.61 155.31 52.67 -
System Red Green Blue C M Y K H S L
Decimal 52 202 206 0.75 0.02 0 0.19 181.56 0.61 0.51
Hex 34 CA CE 4B 2 0 13 B6 3D 33
Octal 64 312 316 113 2 0 23 266 75 63
Binary 110100 11001010 11001110 1001011 10 0 10011 10110110 111101 110011

Color Harmonies of #34CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CACE

Black with #34CACE

Text Example


Text Example

White with #34CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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