Html Css Color HEX #30F7C2 Turquoise

📋 copy color: '#30F7C2'

red 48 ◦ green 247 ◦ blue 194

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

Shades of Turquoise #30F7C2

Tints of Turquoise #30F7C2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.51%

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

R = 9.82%
G = 50.51%
B = 39.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#30F7C2 (or 0x30F7C2) is known color: Turquoise. HEX triplet: 30, F7 and C2. RGB value is (48,247,194). Sum of RGB (Red+Green+Blue) = 48+247+194=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #30F7C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F7C2 is #CF083D. Grayscale: #B5B5B5. Windows color (decimal): -13568062 or 12777264. OLE color: 12777264.

HSL color Cylindrical-coordinate representation of color #30F7C2: hue angle of 164.02º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F7C2 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 247 194 -
CMYK 0.81 0 0.21 0.03
HSL 164.02º 0.93% 0.58% -
HSV(B) 164.02º 0.81% 0.97% -
XYZ 44.22 71.04 62.42 -
YUV 181.46 135.07 32.81 -
System Red Green Blue C M Y K H S L
Decimal 48 247 194 0.81 0 0.21 0.03 164.02 0.93 0.58
Hex 30 F7 C2 51 0 15 3 A4 5D 3A
Octal 60 367 302 121 0 25 3 244 135 72
Binary 110000 11110111 11000010 1010001 0 10101 11 10100100 1011101 111010

Color Harmonies of #30F7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F7C2

Black with #30F7C2

Text Example


Text Example

White with #30F7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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