Html Css Color HEX #30DCFB Turquoise

📋 copy color: '#30DCFB'

red 48 ◦ green 220 ◦ blue 251

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

Shades of Turquoise #30DCFB

Tints of Turquoise #30DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

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

R = 9.25%
G = 42.39%
B = 48.36%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30DCFB (or 0x30DCFB) is known color: Turquoise. HEX triplet: 30, DC and FB. RGB value is (48,220,251). Sum of RGB (Red+Green+Blue) = 48+220+251=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #30DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCFB is #CF2304. Grayscale: #ABABAB. Windows color (decimal): -13574917 or 16505904. OLE color: 16505904.

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

Color convert

RGB 48 220 251 -
CMYK 0.81 0.12 0 0.02
HSL 189.16º 0.96% 0.59% -
HSV(B) 189.16º 0.81% 0.98% -
XYZ 44.22 58.78 100.28 -
YUV 172.11 172.52 39.48 -
System Red Green Blue C M Y K H S L
Decimal 48 220 251 0.81 0.12 0 0.02 189.16 0.96 0.59
Hex 30 DC FB 51 C 0 2 BD 60 3B
Octal 60 334 373 121 14 0 2 275 140 73
Binary 110000 11011100 11111011 1010001 1100 0 10 10111101 1100000 111011

Color Harmonies of #30DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCFB

Black with #30DCFB

Text Example


Text Example

White with #30DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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