Html Css Color HEX #34CCD8 Medium Turquoise

📋 copy color: '#34CCD8'

red 52 ◦ green 204 ◦ blue 216

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

Shades of Medium Turquoise #34CCD8

Tints of Medium Turquoise #34CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 11.02%
G = 43.22%
B = 45.76%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#34CCD8 (or 0x34CCD8) is known color: Medium Turquoise. HEX triplet: 34, CC and D8. RGB value is (52,204,216). Sum of RGB (Red+Green+Blue) = 52+204+216=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #34CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCD8 is #CB3327. Grayscale: #9F9F9F. Windows color (decimal): -13316904 or 14208052. OLE color: 14208052.

HSL color Cylindrical-coordinate representation of color #34CCD8: hue angle of 184.39º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CCD8 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 204 216 -
CMYK 0.76 0.06 0 0.15
HSL 184.39º 0.68% 0.53% -
HSV(B) 184.39º 0.76% 0.85% -
XYZ 35.4 48.87 72.53 -
YUV 159.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 52 204 216 0.76 0.06 0 0.15 184.39 0.68 0.53
Hex 34 CC D8 4C 6 0 F B8 44 35
Octal 64 314 330 114 6 0 17 270 104 65
Binary 110100 11001100 11011000 1001100 110 0 1111 10111000 1000100 110101

Color Harmonies of #34CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CCD8

Black with #34CCD8

Text Example


Text Example

White with #34CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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