Html Css Color HEX #34CBCC Medium Turquoise

📋 copy color: '#34CBCC'

red 52 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #34CBCC

Tints of Medium Turquoise #34CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.23%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 11.33%
G = 44.23%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34CBCC (or 0x34CBCC) is known color: Medium Turquoise. HEX triplet: 34, CB and CC. RGB value is (52,203,204). Sum of RGB (Red+Green+Blue) = 52+203+204=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #34CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBCC is #CB3433. Grayscale: #9D9D9D. Windows color (decimal): -13317172 or 13421364. OLE color: 13421364.

HSL color Cylindrical-coordinate representation of color #34CBCC: hue angle of 180.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CBCC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 203 204 -
CMYK 0.75 0.00 0 0.2
HSL 180.39º 0.6% 0.5% -
HSV(B) 180.39º 0.75% 0.8% -
XYZ 33.67 47.8 64.58 -
YUV 157.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 52 203 204 0.75 0.00 0 0.2 180.39 0.6 0.5
Hex 34 CB CC 4B 0 0 14 B4 3C 32
Octal 64 313 314 113 0 0 24 264 74 62
Binary 110100 11001011 11001100 1001011 0 0 10100 10110100 111100 110010

Color Harmonies of #34CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CBCC

Black with #34CBCC

Text Example


Text Example

White with #34CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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