Html Css Color HEX #30DBFE Turquoise

📋 copy color: '#30DBFE'

red 48 ◦ green 219 ◦ blue 254

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

Shades of Turquoise #30DBFE

Tints of Turquoise #30DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 9.21%
G = 42.03%
B = 48.75%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#30DBFE (or 0x30DBFE) is known color: Turquoise. HEX triplet: 30, DB and FE. RGB value is (48,219,254). Sum of RGB (Red+Green+Blue) = 48+219+254=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #30DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBFE is #CF2401. Grayscale: #ABABAB. Windows color (decimal): -13575170 or 16702256. OLE color: 16702256.

HSL color Cylindrical-coordinate representation of color #30DBFE: hue angle of 190.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DBFE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 219 254 -
CMYK 0.81 0.14 0 0.00
HSL 190.19º 0.99% 0.59% -
HSV(B) 190.19º 0.81% 1% -
XYZ 44.44 58.45 102.71 -
YUV 171.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 48 219 254 0.81 0.14 0 0.00 190.19 0.99 0.59
Hex 30 DB FE 51 E 0 0 BE 63 3B
Octal 60 333 376 121 16 0 0 276 143 73
Binary 110000 11011011 11111110 1010001 1110 0 0 10111110 1100011 111011

Color Harmonies of #30DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBFE

Black with #30DBFE

Text Example


Text Example

White with #30DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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