Html Css Color HEX #30CCCC Medium Turquoise

📋 copy color: '#30CCCC'

red 48 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #30CCCC

Tints of Medium Turquoise #30CCCC

RGB

 RED value IS 48 (19.14% from 255) = 10.53%

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

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

R = 10.53%
G = 44.74%
B = 44.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30CCCC (or 0x30CCCC) is known color: Medium Turquoise. HEX triplet: 30, CC and CC. RGB value is (48,204,204). Sum of RGB (Red+Green+Blue) = 48+204+204=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #30CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCCC is #CF3333. Grayscale: #9D9D9D. Windows color (decimal): -13579060 or 13421616. OLE color: 13421616.

HSL color Cylindrical-coordinate representation of color #30CCCC: hue angle of 180º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCCC is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 204 -
CMYK 0.76 0 0 0.2
HSL 180º 0.62% 0.49% -
HSV(B) 180º 0.76% 0.8% -
XYZ 33.71 48.17 64.65 -
YUV 157.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 48 204 204 0.76 0 0 0.2 180 0.62 0.49
Hex 30 CC CC 4C 0 0 14 B4 3E 31
Octal 60 314 314 114 0 0 24 264 76 61
Binary 110000 11001100 11001100 1001100 0 0 10100 10110100 111110 110001

Color Harmonies of #30CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCCC

Black with #30CCCC

Text Example


Text Example

White with #30CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30CCCC; }

 p { color: rgb(48,204,204); }

 H1.HeaderClassName
 {
   color: #30CCCC;
 }
 .AnyTagClassName
 {
   color: #30CCCC;
 }
</style>

background-color css

<style>
 a { background-color: #30CCCC; }

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

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

border-color css

<style>
 span { border-color: #30CCCC; }

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

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