Html Css Color HEX #30FCC5 Turquoise

📋 copy color: '#30FCC5'

red 48 ◦ green 252 ◦ blue 197

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

Shades of Turquoise #30FCC5

Tints of Turquoise #30FCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.7%

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 9.66%
G = 50.7%
B = 39.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#30FCC5 (or 0x30FCC5) is known color: Turquoise. HEX triplet: 30, FC and C5. RGB value is (48,252,197). Sum of RGB (Red+Green+Blue) = 48+252+197=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCC5 is #CF033A. Grayscale: #B8B8B8. Windows color (decimal): -13566779 or 12975152. OLE color: 12975152.

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

Color convert

RGB 48 252 197 -
CMYK 0.81 0 0.22 0.01
HSL 163.82º 0.97% 0.59% -
HSV(B) 163.82º 0.81% 0.99% -
XYZ 46.11 74.28 64.73 -
YUV 184.73 134.91 30.47 -
System Red Green Blue C M Y K H S L
Decimal 48 252 197 0.81 0 0.22 0.01 163.82 0.97 0.59
Hex 30 FC C5 51 0 16 1 A4 61 3B
Octal 60 374 305 121 0 26 1 244 141 73
Binary 110000 11111100 11000101 1010001 0 10110 1 10100100 1100001 111011

Color Harmonies of #30FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCC5

Black with #30FCC5

Text Example


Text Example

White with #30FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,197); }

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

background-color css

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

 a { background-color: rgb(48,252,197); }

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

border-color css

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

 span { border-color: rgb(48,252,197); }

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