Html Css Color HEX #30CCBB Medium Turquoise

📋 copy color: '#30CCBB'

red 48 ◦ green 204 ◦ blue 187

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

Shades of Medium Turquoise #30CCBB

Tints of Medium Turquoise #30CCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 10.93%
G = 46.47%
B = 42.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#30CCBB (or 0x30CCBB) is known color: Medium Turquoise. HEX triplet: 30, CC and BB. RGB value is (48,204,187). Sum of RGB (Red+Green+Blue) = 48+204+187=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCBB is #CF3344. Grayscale: #9B9B9B. Windows color (decimal): -13579077 or 12307504. OLE color: 12307504.

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

Color convert

RGB 48 204 187 -
CMYK 0.76 0 0.08 0.2
HSL 173.46º 0.62% 0.49% -
HSV(B) 173.46º 0.76% 0.8% -
XYZ 31.78 47.4 54.49 -
YUV 155.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 48 204 187 0.76 0 0.08 0.2 173.46 0.62 0.49
Hex 30 CC BB 4C 0 8 14 AD 3E 31
Octal 60 314 273 114 0 10 24 255 76 61
Binary 110000 11001100 10111011 1001100 0 1000 10100 10101101 111110 110001

Color Harmonies of #30CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCBB

Black with #30CCBB

Text Example


Text Example

White with #30CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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