Html Css Color HEX #30DBFB Turquoise

📋 copy color: '#30DBFB'

red 48 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #30DBFB

Tints of Turquoise #30DBFB

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30DBFB (or 0x30DBFB) is known color: Turquoise. HEX triplet: 30, DB and FB. RGB value is (48,219,251). Sum of RGB (Red+Green+Blue) = 48+219+251=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #30DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBFB is #CF2404. Grayscale: #ABABAB. Windows color (decimal): -13575173 or 16505648. OLE color: 16505648.

HSL color Cylindrical-coordinate representation of color #30DBFB: hue angle of 189.46º 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 #30DBFB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 219 251 -
CMYK 0.81 0.13 0 0.02
HSL 189.46º 0.96% 0.59% -
HSV(B) 189.46º 0.81% 0.98% -
XYZ 43.96 58.26 100.19 -
YUV 171.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 48 219 251 0.81 0.13 0 0.02 189.46 0.96 0.59
Hex 30 DB FB 51 D 0 2 BD 60 3B
Octal 60 333 373 121 15 0 2 275 140 73
Binary 110000 11011011 11111011 1010001 1101 0 10 10111101 1100000 111011

Color Harmonies of #30DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBFB

Black with #30DBFB

Text Example


Text Example

White with #30DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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