Html Css Color HEX #30CDBB Medium Turquoise

📋 copy color: '#30CDBB'

red 48 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #30CDBB

Tints of Medium Turquoise #30CDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 10.91%
G = 46.59%
B = 42.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#30CDBB (or 0x30CDBB) is known color: Medium Turquoise. HEX triplet: 30, CD and BB. RGB value is (48,205,187). Sum of RGB (Red+Green+Blue) = 48+205+187=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDBB is #CF3244. Grayscale: #9B9B9B. Windows color (decimal): -13578821 or 12307760. OLE color: 12307760.

HSL color Cylindrical-coordinate representation of color #30CDBB: hue angle of 173.12º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDBB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 187 -
CMYK 0.77 0 0.09 0.20
HSL 173.12º 0.62% 0.5% -
HSV(B) 173.12º 0.77% 0.8% -
XYZ 32.02 47.88 54.57 -
YUV 156.01 145.49 50.96 -
System Red Green Blue C M Y K H S L
Decimal 48 205 187 0.77 0 0.09 0.20 173.12 0.62 0.5
Hex 30 CD BB 4D 0 9 14 AD 3E 32
Octal 60 315 273 115 0 11 24 255 76 62
Binary 110000 11001101 10111011 1001101 0 1001 10100 10101101 111110 110010

Color Harmonies of #30CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDBB

Black with #30CDBB

Text Example


Text Example

White with #30CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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