Html Css Color HEX #30F4DC Turquoise

📋 copy color: '#30F4DC'

red 48 ◦ green 244 ◦ blue 220

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

Shades of Turquoise #30F4DC

Tints of Turquoise #30F4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 9.38%
G = 47.66%
B = 42.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#30F4DC (or 0x30F4DC) is known color: Turquoise. HEX triplet: 30, F4 and DC. RGB value is (48,244,220). Sum of RGB (Red+Green+Blue) = 48+244+220=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F4DC is #CF0B23. Grayscale: #B6B6B6. Windows color (decimal): -13568804 or 14480432. OLE color: 14480432.

HSL color Cylindrical-coordinate representation of color #30F4DC: hue angle of 172.65º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F4DC is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 220 -
CMYK 0.80 0 0.10 0.04
HSL 172.65º 0.9% 0.57% -
HSV(B) 172.65º 0.8% 0.96% -
XYZ 46.49 70.5 78.87 -
YUV 182.66 149.07 31.95 -
System Red Green Blue C M Y K H S L
Decimal 48 244 220 0.80 0 0.10 0.04 172.65 0.9 0.57
Hex 30 F4 DC 50 0 A 4 AD 5A 39
Octal 60 364 334 120 0 12 4 255 132 71
Binary 110000 11110100 11011100 1010000 0 1010 100 10101101 1011010 111001

Color Harmonies of #30F4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F4DC

Black with #30F4DC

Text Example


Text Example

White with #30F4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,220); }

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

background-color css

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

 a { background-color: rgb(48,244,220); }

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

border-color css

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

 span { border-color: rgb(48,244,220); }

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