Html Css Color HEX #30FFC2 Turquoise

📋 copy color: '#30FFC2'

red 48 ◦ green 255 ◦ blue 194

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

Shades of Turquoise #30FFC2

Tints of Turquoise #30FFC2

RGB

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

 GREEN value IS 255 (100% from 255) = 51.31%

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

R = 9.66%
G = 51.31%
B = 39.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#30FFC2 (or 0x30FFC2) is known color: Turquoise. HEX triplet: 30, FF and C2. RGB value is (48,255,194). Sum of RGB (Red+Green+Blue) = 48+255+194=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC2 is #CF003D. Grayscale: #BABABA. Windows color (decimal): -13566014 or 12779312. OLE color: 12779312.

HSL color Cylindrical-coordinate representation of color #30FFC2: hue angle of 162.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFC2 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 194 -
CMYK 0.81 0 0.24 0
HSL 162.32º 1% 0.59% -
HSV(B) 162.32º 0.81% 1% -
XYZ 46.72 76.04 63.25 -
YUV 186.15 132.42 29.46 -
System Red Green Blue C M Y K H S L
Decimal 48 255 194 0.81 0 0.24 0 162.32 1 0.59
Hex 30 FF C2 51 0 18 0 A2 64 3B
Octal 60 377 302 121 0 30 0 242 144 73
Binary 110000 11111111 11000010 1010001 0 11000 0 10100010 1100100 111011

Color Harmonies of #30FFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFC2

Black with #30FFC2

Text Example


Text Example

White with #30FFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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