Html Css Color HEX #30FADD Turquoise

📋 copy color: '#30FADD'

red 48 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #30FADD

Tints of Turquoise #30FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 9.25%
G = 48.17%
B = 42.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#30FADD (or 0x30FADD) is known color: Turquoise. HEX triplet: 30, FA and DD. RGB value is (48,250,221). Sum of RGB (Red+Green+Blue) = 48+250+221=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #30FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FADD is #CF0522. Grayscale: #BABABA. Windows color (decimal): -13567267 or 14547504. OLE color: 14547504.

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

Color convert

RGB 48 250 221 -
CMYK 0.81 0 0.12 0.02
HSL 171.39º 0.95% 0.58% -
HSV(B) 171.39º 0.81% 0.98% -
XYZ 48.46 74.22 80.18 -
YUV 186.3 147.58 29.36 -
System Red Green Blue C M Y K H S L
Decimal 48 250 221 0.81 0 0.12 0.02 171.39 0.95 0.58
Hex 30 FA DD 51 0 C 2 AB 5F 3A
Octal 60 372 335 121 0 14 2 253 137 72
Binary 110000 11111010 11011101 1010001 0 1100 10 10101011 1011111 111010

Color Harmonies of #30FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FADD

Black with #30FADD

Text Example


Text Example

White with #30FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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