Html Css Color HEX #30F2DB Turquoise

📋 copy color: '#30F2DB'

red 48 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #30F2DB

Tints of Turquoise #30F2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 9.43%
G = 47.54%
B = 43.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#30F2DB (or 0x30F2DB) is known color: Turquoise. HEX triplet: 30, F2 and DB. RGB value is (48,242,219). Sum of RGB (Red+Green+Blue) = 48+242+219=509 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.43% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2DB is #CF0D24. Grayscale: #B5B5B5. Windows color (decimal): -13569317 or 14414384. OLE color: 14414384.

HSL color Cylindrical-coordinate representation of color #30F2DB: hue angle of 172.89º 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 #30F2DB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 219 -
CMYK 0.80 0 0.10 0.05
HSL 172.89º 0.88% 0.57% -
HSV(B) 172.89º 0.8% 0.95% -
XYZ 45.76 69.25 77.97 -
YUV 181.37 149.23 32.87 -
System Red Green Blue C M Y K H S L
Decimal 48 242 219 0.80 0 0.10 0.05 172.89 0.88 0.57
Hex 30 F2 DB 50 0 A 5 AD 58 39
Octal 60 362 333 120 0 12 5 255 130 71
Binary 110000 11110010 11011011 1010000 0 1010 101 10101101 1011000 111001

Color Harmonies of #30F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F2DB

Black with #30F2DB

Text Example


Text Example

White with #30F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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