Html Css Color HEX #30F9DB Turquoise

📋 copy color: '#30F9DB'

red 48 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #30F9DB

Tints of Turquoise #30F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

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

R = 9.3%
G = 48.26%
B = 42.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#30F9DB (or 0x30F9DB) is known color: Turquoise. HEX triplet: 30, F9 and DB. RGB value is (48,249,219). Sum of RGB (Red+Green+Blue) = 48+249+219=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9DB is #CF0624. Grayscale: #B9B9B9. Windows color (decimal): -13567525 or 14416176. OLE color: 14416176.

HSL color Cylindrical-coordinate representation of color #30F9DB: hue angle of 171.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9DB is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 219 -
CMYK 0.81 0 0.12 0.02
HSL 171.04º 0.94% 0.58% -
HSV(B) 171.04º 0.81% 0.98% -
XYZ 47.88 73.49 78.68 -
YUV 185.48 146.91 29.94 -
System Red Green Blue C M Y K H S L
Decimal 48 249 219 0.81 0 0.12 0.02 171.04 0.94 0.58
Hex 30 F9 DB 51 0 C 2 AB 5E 3A
Octal 60 371 333 121 0 14 2 253 136 72
Binary 110000 11111001 11011011 1010001 0 1100 10 10101011 1011110 111010

Color Harmonies of #30F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F9DB

Black with #30F9DB

Text Example


Text Example

White with #30F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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