Html Css Color HEX #30CCC4 Medium Turquoise

📋 copy color: '#30CCC4'

red 48 ◦ green 204 ◦ blue 196

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

Shades of Medium Turquoise #30CCC4

Tints of Medium Turquoise #30CCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 10.71%
G = 45.54%
B = 43.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#30CCC4 (or 0x30CCC4) is known color: Medium Turquoise. HEX triplet: 30, CC and C4. RGB value is (48,204,196). Sum of RGB (Red+Green+Blue) = 48+204+196=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCC4 is #CF333B. Grayscale: #9C9C9C. Windows color (decimal): -13579068 or 12897328. OLE color: 12897328.

HSL color Cylindrical-coordinate representation of color #30CCC4: hue angle of 176.92º 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 #30CCC4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 196 -
CMYK 0.76 0 0.04 0.2
HSL 176.92º 0.62% 0.49% -
HSV(B) 176.92º 0.76% 0.8% -
XYZ 32.78 47.8 59.72 -
YUV 156.44 150.32 50.65 -
System Red Green Blue C M Y K H S L
Decimal 48 204 196 0.76 0 0.04 0.2 176.92 0.62 0.49
Hex 30 CC C4 4C 0 4 14 B1 3E 31
Octal 60 314 304 114 0 4 24 261 76 61
Binary 110000 11001100 11000100 1001100 0 100 10100 10110001 111110 110001

Color Harmonies of #30CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCC4

Black with #30CCC4

Text Example


Text Example

White with #30CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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