Html Css Color HEX #34CFCE Medium Turquoise

📋 copy color: '#34CFCE'

red 52 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #34CFCE

Tints of Medium Turquoise #34CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

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

R = 11.18%
G = 44.52%
B = 44.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#34CFCE (or 0x34CFCE) is known color: Medium Turquoise. HEX triplet: 34, CF and CE. RGB value is (52,207,206). Sum of RGB (Red+Green+Blue) = 52+207+206=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFCE is #CB3031. Grayscale: #A0A0A0. Windows color (decimal): -13316146 or 13553460. OLE color: 13553460.

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

Color convert

RGB 52 207 206 -
CMYK 0.75 0 0.00 0.19
HSL 179.61º 0.62% 0.51% -
HSV(B) 179.61º 0.75% 0.81% -
XYZ 34.87 49.81 66.17 -
YUV 160.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 52 207 206 0.75 0 0.00 0.19 179.61 0.62 0.51
Hex 34 CF CE 4B 0 0 13 B4 3E 33
Octal 64 317 316 113 0 0 23 264 76 63
Binary 110100 11001111 11001110 1001011 0 0 10011 10110100 111110 110011

Color Harmonies of #34CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CFCE

Black with #34CFCE

Text Example


Text Example

White with #34CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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