Html Css Color HEX #34CBDC Medium Turquoise

📋 copy color: '#34CBDC'

red 52 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #34CBDC

Tints of Medium Turquoise #34CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 10.95%
G = 42.74%
B = 46.32%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34CBDC (or 0x34CBDC) is known color: Medium Turquoise. HEX triplet: 34, CB and DC. RGB value is (52,203,220). Sum of RGB (Red+Green+Blue) = 52+203+220=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #34CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBDC is #CB3423. Grayscale: #9F9F9F. Windows color (decimal): -13317156 or 14469940. OLE color: 14469940.

HSL color Cylindrical-coordinate representation of color #34CBDC: hue angle of 186.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CBDC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 203 220 -
CMYK 0.76 0.08 0 0.14
HSL 186.07º 0.71% 0.53% -
HSV(B) 186.07º 0.76% 0.86% -
XYZ 35.69 48.61 75.21 -
YUV 159.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 52 203 220 0.76 0.08 0 0.14 186.07 0.71 0.53
Hex 34 CB DC 4C 8 0 E BA 47 35
Octal 64 313 334 114 10 0 16 272 107 65
Binary 110100 11001011 11011100 1001100 1000 0 1110 10111010 1000111 110101

Color Harmonies of #34CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CBDC

Black with #34CBDC

Text Example


Text Example

White with #34CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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