Html Css Color HEX #30BFC2 Medium Turquoise

📋 copy color: '#30BFC2'

red 48 ◦ green 191 ◦ blue 194

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

Shades of Medium Turquoise #30BFC2

Tints of Medium Turquoise #30BFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 11.09%
G = 44.11%
B = 44.8%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#30BFC2 (or 0x30BFC2) is known color: Medium Turquoise. HEX triplet: 30, BF and C2. RGB value is (48,191,194). Sum of RGB (Red+Green+Blue) = 48+191+194=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #30BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFC2 is #CF403D. Grayscale: #949494. Windows color (decimal): -13582398 or 12762928. OLE color: 12762928.

HSL color Cylindrical-coordinate representation of color #30BFC2: hue angle of 181.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFC2 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 191 194 -
CMYK 0.75 0.02 0 0.24
HSL 181.23º 0.6% 0.47% -
HSV(B) 181.23º 0.75% 0.76% -
XYZ 29.59 41.79 57.54 -
YUV 148.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 48 191 194 0.75 0.02 0 0.24 181.23 0.6 0.47
Hex 30 BF C2 4B 2 0 18 B5 3C 2F
Octal 60 277 302 113 2 0 30 265 74 57
Binary 110000 10111111 11000010 1001011 10 0 11000 10110101 111100 101111

Color Harmonies of #30BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFC2

Black with #30BFC2

Text Example


Text Example

White with #30BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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