Html Css Color HEX #30CEBE Medium Turquoise

📋 copy color: '#30CEBE'

red 48 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #30CEBE

Tints of Medium Turquoise #30CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 10.81%
G = 46.4%
B = 42.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#30CEBE (or 0x30CEBE) is known color: Medium Turquoise. HEX triplet: 30, CE and BE. RGB value is (48,206,190). Sum of RGB (Red+Green+Blue) = 48+206+190=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEBE is #CF3141. Grayscale: #9C9C9C. Windows color (decimal): -13578562 or 12504624. OLE color: 12504624.

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

Color convert

RGB 48 206 190 -
CMYK 0.77 0 0.08 0.19
HSL 173.92º 0.62% 0.5% -
HSV(B) 173.92º 0.77% 0.81% -
XYZ 32.58 48.49 56.36 -
YUV 156.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 48 206 190 0.77 0 0.08 0.19 173.92 0.62 0.5
Hex 30 CE BE 4D 0 8 13 AE 3E 32
Octal 60 316 276 115 0 10 23 256 76 62
Binary 110000 11001110 10111110 1001101 0 1000 10011 10101110 111110 110010

Color Harmonies of #30CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEBE

Black with #30CEBE

Text Example


Text Example

White with #30CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,190); }

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

background-color css

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

 a { background-color: rgb(48,206,190); }

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

border-color css

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

 span { border-color: rgb(48,206,190); }

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