Html Css Color HEX #34CCCF Medium Turquoise

📋 copy color: '#34CCCF'

red 52 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #34CCCF

Tints of Medium Turquoise #34CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 11.23%
G = 44.06%
B = 44.71%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34CCCF (or 0x34CCCF) is known color: Medium Turquoise. HEX triplet: 34, CC and CF. RGB value is (52,204,207). Sum of RGB (Red+Green+Blue) = 52+204+207=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #34CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCCF is #CB3330. Grayscale: #9E9E9E. Windows color (decimal): -13316913 or 13618228. OLE color: 13618228.

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

Color convert

RGB 52 204 207 -
CMYK 0.75 0.01 0 0.19
HSL 181.16º 0.62% 0.51% -
HSV(B) 181.16º 0.75% 0.81% -
XYZ 34.27 48.42 66.57 -
YUV 158.89 155.14 51.76 -
System Red Green Blue C M Y K H S L
Decimal 52 204 207 0.75 0.01 0 0.19 181.16 0.62 0.51
Hex 34 CC CF 4B 1 0 13 B5 3E 33
Octal 64 314 317 113 1 0 23 265 76 63
Binary 110100 11001100 11001111 1001011 1 0 10011 10110101 111110 110011

Color Harmonies of #34CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CCCF

Black with #34CCCF

Text Example


Text Example

White with #34CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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