Html Css Color HEX #30FFC0 Turquoise

📋 copy color: '#30FFC0'

red 48 ◦ green 255 ◦ blue 192

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

Shades of Turquoise #30FFC0

Tints of Turquoise #30FFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 9.7%
G = 51.52%
B = 38.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#30FFC0 (or 0x30FFC0) is known color: Turquoise. HEX triplet: 30, FF and C0. RGB value is (48,255,192). Sum of RGB (Red+Green+Blue) = 48+255+192=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC0 is #CF003F. Grayscale: #B9B9B9. Windows color (decimal): -13566016 or 12648240. OLE color: 12648240.

HSL color Cylindrical-coordinate representation of color #30FFC0: hue angle of 161.74º 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 #30FFC0 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 192 -
CMYK 0.81 0 0.25 0
HSL 161.74º 1% 0.59% -
HSV(B) 161.74º 0.81% 1% -
XYZ 46.49 75.95 62.08 -
YUV 185.93 131.42 29.62 -
System Red Green Blue C M Y K H S L
Decimal 48 255 192 0.81 0 0.25 0 161.74 1 0.59
Hex 30 FF C0 51 0 19 0 A2 64 3B
Octal 60 377 300 121 0 31 0 242 144 73
Binary 110000 11111111 11000000 1010001 0 11001 0 10100010 1100100 111011

Color Harmonies of #30FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFC0

Black with #30FFC0

Text Example


Text Example

White with #30FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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