Html Css Color HEX #30CBBA Medium Turquoise

📋 copy color: '#30CBBA'

red 48 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #30CBBA

Tints of Medium Turquoise #30CBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 10.98%
G = 46.45%
B = 42.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#30CBBA (or 0x30CBBA) is known color: Medium Turquoise. HEX triplet: 30, CB and BA. RGB value is (48,203,186). Sum of RGB (Red+Green+Blue) = 48+203+186=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBBA is #CF3445. Grayscale: #9A9A9A. Windows color (decimal): -13579334 or 12241712. OLE color: 12241712.

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

Color convert

RGB 48 203 186 -
CMYK 0.76 0 0.08 0.20
HSL 173.42º 0.62% 0.49% -
HSV(B) 173.42º 0.76% 0.8% -
XYZ 31.44 46.89 53.85 -
YUV 154.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 48 203 186 0.76 0 0.08 0.20 173.42 0.62 0.49
Hex 30 CB BA 4C 0 8 14 AD 3E 31
Octal 60 313 272 114 0 10 24 255 76 61
Binary 110000 11001011 10111010 1001100 0 1000 10100 10101101 111110 110001

Color Harmonies of #30CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBBA

Black with #30CBBA

Text Example


Text Example

White with #30CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,186); }

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

background-color css

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

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

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

border-color css

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

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

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