Html Css Color HEX #30CEBF Medium Turquoise

📋 copy color: '#30CEBF'

red 48 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #30CEBF

Tints of Medium Turquoise #30CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 10.79%
G = 46.29%
B = 42.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#30CEBF (or 0x30CEBF) is known color: Medium Turquoise. HEX triplet: 30, CE and BF. RGB value is (48,206,191). Sum of RGB (Red+Green+Blue) = 48+206+191=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEBF is #CF3140. Grayscale: #9C9C9C. Windows color (decimal): -13578561 or 12570160. OLE color: 12570160.

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

Color convert

RGB 48 206 191 -
CMYK 0.77 0 0.07 0.19
HSL 174.3º 0.62% 0.5% -
HSV(B) 174.3º 0.77% 0.81% -
XYZ 32.69 48.53 56.93 -
YUV 157.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 48 206 191 0.77 0 0.07 0.19 174.3 0.62 0.5
Hex 30 CE BF 4D 0 7 13 AE 3E 32
Octal 60 316 277 115 0 7 23 256 76 62
Binary 110000 11001110 10111111 1001101 0 111 10011 10101110 111110 110010

Color Harmonies of #30CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEBF

Black with #30CEBF

Text Example


Text Example

White with #30CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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