Html Css Color HEX #30DCFA Turquoise

📋 copy color: '#30DCFA'

red 48 ◦ green 220 ◦ blue 250

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

Shades of Turquoise #30DCFA

Tints of Turquoise #30DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 9.27%
G = 42.47%
B = 48.26%

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

#30DCFA (or 0x30DCFA) is known color: Turquoise. HEX triplet: 30, DC and FA. RGB value is (48,220,250). Sum of RGB (Red+Green+Blue) = 48+220+250=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #30DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCFA is #CF2305. Grayscale: #ABABAB. Windows color (decimal): -13574918 or 16440368. OLE color: 16440368.

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

Color convert

RGB 48 220 250 -
CMYK 0.81 0.12 0 0.02
HSL 188.91º 0.95% 0.58% -
HSV(B) 188.91º 0.81% 0.98% -
XYZ 44.07 58.72 99.45 -
YUV 171.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 48 220 250 0.81 0.12 0 0.02 188.91 0.95 0.58
Hex 30 DC FA 51 C 0 2 BD 5F 3A
Octal 60 334 372 121 14 0 2 275 137 72
Binary 110000 11011100 11111010 1010001 1100 0 10 10111101 1011111 111010

Color Harmonies of #30DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCFA

Black with #30DCFA

Text Example


Text Example

White with #30DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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