Html Css Color HEX #30CBBD Medium Turquoise

📋 copy color: '#30CBBD'

red 48 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #30CBBD

Tints of Medium Turquoise #30CBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 10.91%
G = 46.14%
B = 42.95%

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

#30CBBD (or 0x30CBBD) is known color: Medium Turquoise. HEX triplet: 30, CB and BD. RGB value is (48,203,189). Sum of RGB (Red+Green+Blue) = 48+203+189=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBBD is #CF3442. Grayscale: #9A9A9A. Windows color (decimal): -13579331 or 12438320. OLE color: 12438320.

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

Color convert

RGB 48 203 189 -
CMYK 0.76 0 0.07 0.20
HSL 174.58º 0.62% 0.49% -
HSV(B) 174.58º 0.76% 0.8% -
XYZ 31.76 47.01 55.54 -
YUV 155.06 147.15 51.64 -
System Red Green Blue C M Y K H S L
Decimal 48 203 189 0.76 0 0.07 0.20 174.58 0.62 0.49
Hex 30 CB BD 4C 0 7 14 AF 3E 31
Octal 60 313 275 114 0 7 24 257 76 61
Binary 110000 11001011 10111101 1001100 0 111 10100 10101111 111110 110001

Color Harmonies of #30CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBBD

Black with #30CBBD

Text Example


Text Example

White with #30CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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