Html Css Color HEX #34C1CE Medium Turquoise

📋 copy color: '#34C1CE'

red 52 ◦ green 193 ◦ blue 206

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

Shades of Medium Turquoise #34C1CE

Tints of Medium Turquoise #34C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 11.53%
G = 42.79%
B = 45.68%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34C1CE (or 0x34C1CE) is known color: Medium Turquoise. HEX triplet: 34, C1 and CE. RGB value is (52,193,206). Sum of RGB (Red+Green+Blue) = 52+193+206=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #34C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C1CE is #CB3E31. Grayscale: #989898. Windows color (decimal): -13319730 or 13549876. OLE color: 13549876.

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

Color convert

RGB 52 193 206 -
CMYK 0.75 0.06 0 0.19
HSL 185.06º 0.61% 0.51% -
HSV(B) 185.06º 0.75% 0.81% -
XYZ 31.63 43.33 65.09 -
YUV 152.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 52 193 206 0.75 0.06 0 0.19 185.06 0.61 0.51
Hex 34 C1 CE 4B 6 0 13 B9 3D 33
Octal 64 301 316 113 6 0 23 271 75 63
Binary 110100 11000001 11001110 1001011 110 0 10011 10111001 111101 110011

Color Harmonies of #34C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C1CE

Black with #34C1CE

Text Example


Text Example

White with #34C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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