Html Css Color HEX #30FBDB Turquoise

📋 copy color: '#30FBDB'

red 48 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #30FBDB

Tints of Turquoise #30FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.46%

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

R = 9.27%
G = 48.46%
B = 42.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#30FBDB (or 0x30FBDB) is known color: Turquoise. HEX triplet: 30, FB and DB. RGB value is (48,251,219). Sum of RGB (Red+Green+Blue) = 48+251+219=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBDB is #CF0424. Grayscale: #BABABA. Windows color (decimal): -13567013 or 14416688. OLE color: 14416688.

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

Color convert

RGB 48 251 219 -
CMYK 0.81 0 0.13 0.02
HSL 170.54º 0.96% 0.59% -
HSV(B) 170.54º 0.81% 0.98% -
XYZ 48.5 74.74 78.89 -
YUV 186.66 146.25 29.1 -
System Red Green Blue C M Y K H S L
Decimal 48 251 219 0.81 0 0.13 0.02 170.54 0.96 0.59
Hex 30 FB DB 51 0 D 2 AB 60 3B
Octal 60 373 333 121 0 15 2 253 140 73
Binary 110000 11111011 11011011 1010001 0 1101 10 10101011 1100000 111011

Color Harmonies of #30FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBDB

Black with #30FBDB

Text Example


Text Example

White with #30FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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