Html Css Color HEX #30CBBC Medium Turquoise

📋 copy color: '#30CBBC'

red 48 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #30CBBC

Tints of Medium Turquoise #30CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 10.93%
G = 46.24%
B = 42.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#30CBBC (or 0x30CBBC) is known color: Medium Turquoise. HEX triplet: 30, CB and BC. RGB value is (48,203,188). Sum of RGB (Red+Green+Blue) = 48+203+188=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBBC is #CF3443. Grayscale: #9A9A9A. Windows color (decimal): -13579332 or 12372784. OLE color: 12372784.

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

Color convert

RGB 48 203 188 -
CMYK 0.76 0 0.07 0.20
HSL 174.19º 0.62% 0.49% -
HSV(B) 174.19º 0.76% 0.8% -
XYZ 31.65 46.97 54.98 -
YUV 154.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 48 203 188 0.76 0 0.07 0.20 174.19 0.62 0.49
Hex 30 CB BC 4C 0 7 14 AE 3E 31
Octal 60 313 274 114 0 7 24 256 76 61
Binary 110000 11001011 10111100 1001100 0 111 10100 10101110 111110 110001

Color Harmonies of #30CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBBC

Black with #30CBBC

Text Example


Text Example

White with #30CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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