Html Css Color HEX #30DCFC Turquoise

📋 copy color: '#30DCFC'

red 48 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #30DCFC

Tints of Turquoise #30DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 9.23%
G = 42.31%
B = 48.46%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30DCFC (or 0x30DCFC) is known color: Turquoise. HEX triplet: 30, DC and FC. RGB value is (48,220,252). Sum of RGB (Red+Green+Blue) = 48+220+252=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #30DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCFC is #CF2303. Grayscale: #ABABAB. Windows color (decimal): -13574916 or 16571440. OLE color: 16571440.

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

Color convert

RGB 48 220 252 -
CMYK 0.81 0.13 0 0.01
HSL 189.41º 0.97% 0.59% -
HSV(B) 189.41º 0.81% 0.99% -
XYZ 44.38 58.84 101.11 -
YUV 172.22 173.02 39.4 -
System Red Green Blue C M Y K H S L
Decimal 48 220 252 0.81 0.13 0 0.01 189.41 0.97 0.59
Hex 30 DC FC 51 D 0 1 BD 61 3B
Octal 60 334 374 121 15 0 1 275 141 73
Binary 110000 11011100 11111100 1010001 1101 0 1 10111101 1100001 111011

Color Harmonies of #30DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCFC

Black with #30DCFC

Text Example


Text Example

White with #30DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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