Html Css Color HEX #30FCC6 Turquoise

📋 copy color: '#30FCC6'

red 48 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #30FCC6

Tints of Turquoise #30FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.76%

R = 9.64%
G = 50.6%
B = 39.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#30FCC6 (or 0x30FCC6) is known color: Turquoise. HEX triplet: 30, FC and C6. RGB value is (48,252,198). Sum of RGB (Red+Green+Blue) = 48+252+198=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCC6 is #CF0339. Grayscale: #B8B8B8. Windows color (decimal): -13566778 or 13040688. OLE color: 13040688.

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

Color convert

RGB 48 252 198 -
CMYK 0.81 0 0.21 0.01
HSL 164.12º 0.97% 0.59% -
HSV(B) 164.12º 0.81% 0.99% -
XYZ 46.22 74.33 65.34 -
YUV 184.85 135.41 30.39 -
System Red Green Blue C M Y K H S L
Decimal 48 252 198 0.81 0 0.21 0.01 164.12 0.97 0.59
Hex 30 FC C6 51 0 15 1 A4 61 3B
Octal 60 374 306 121 0 25 1 244 141 73
Binary 110000 11111100 11000110 1010001 0 10101 1 10100100 1100001 111011

Color Harmonies of #30FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCC6

Black with #30FCC6

Text Example


Text Example

White with #30FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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