Html Css Color HEX #30F2C8 Turquoise

📋 copy color: '#30F2C8'

red 48 ◦ green 242 ◦ blue 200

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

Shades of Turquoise #30F2C8

Tints of Turquoise #30F2C8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 9.8%
G = 49.39%
B = 40.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#30F2C8 (or 0x30F2C8) is known color: Turquoise. HEX triplet: 30, F2 and C8. RGB value is (48,242,200). Sum of RGB (Red+Green+Blue) = 48+242+200=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2C8 is #CF0D37. Grayscale: #B3B3B3. Windows color (decimal): -13569336 or 13169200. OLE color: 13169200.

HSL color Cylindrical-coordinate representation of color #30F2C8: hue angle of 167.01º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2C8 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 200 -
CMYK 0.80 0 0.17 0.05
HSL 167.01º 0.88% 0.57% -
HSV(B) 167.01º 0.8% 0.95% -
XYZ 43.4 68.3 65.54 -
YUV 179.21 139.73 34.42 -
System Red Green Blue C M Y K H S L
Decimal 48 242 200 0.80 0 0.17 0.05 167.01 0.88 0.57
Hex 30 F2 C8 50 0 11 5 A7 58 39
Octal 60 362 310 120 0 21 5 247 130 71
Binary 110000 11110010 11001000 1010000 0 10001 101 10100111 1011000 111001

Color Harmonies of #30F2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F2C8

Black with #30F2C8

Text Example


Text Example

White with #30F2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,200); }

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

background-color css

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

 a { background-color: rgb(48,242,200); }

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

border-color css

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

 span { border-color: rgb(48,242,200); }

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