Html Css Color HEX #34CDE0 Medium Turquoise

📋 copy color: '#34CDE0'

red 52 ◦ green 205 ◦ blue 224

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

Shades of Medium Turquoise #34CDE0

Tints of Medium Turquoise #34CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 10.81%
G = 42.62%
B = 46.57%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#34CDE0 (or 0x34CDE0) is known color: Medium Turquoise. HEX triplet: 34, CD and E0. RGB value is (52,205,224). Sum of RGB (Red+Green+Blue) = 52+205+224=481 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.81% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #34CDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDE0 is #CB321F. Grayscale: #A1A1A1. Windows color (decimal): -13316640 or 14732596. OLE color: 14732596.

HSL color Cylindrical-coordinate representation of color #34CDE0: hue angle of 186.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CDE0 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 205 224 -
CMYK 0.77 0.08 0 0.12
HSL 186.63º 0.74% 0.54% -
HSV(B) 186.63º 0.77% 0.88% -
XYZ 36.7 49.77 78.19 -
YUV 161.42 163.31 49.96 -
System Red Green Blue C M Y K H S L
Decimal 52 205 224 0.77 0.08 0 0.12 186.63 0.74 0.54
Hex 34 CD E0 4D 8 0 C BB 4A 36
Octal 64 315 340 115 10 0 14 273 112 66
Binary 110100 11001101 11100000 1001101 1000 0 1100 10111011 1001010 110110

Color Harmonies of #34CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CDE0

Black with #34CDE0

Text Example


Text Example

White with #34CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,205,224); }

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

background-color css

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

 a { background-color: rgb(52,205,224); }

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

border-color css

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

 span { border-color: rgb(52,205,224); }

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