Html Css Color HEX #30FAF1 Turquoise

📋 copy color: '#30FAF1'

red 48 ◦ green 250 ◦ blue 241

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

Shades of Turquoise #30FAF1

Tints of Turquoise #30FAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 8.91%
G = 46.38%
B = 44.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#30FAF1 (or 0x30FAF1) is known color: Turquoise. HEX triplet: 30, FA and F1. RGB value is (48,250,241). Sum of RGB (Red+Green+Blue) = 48+250+241=539 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.91% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FAF1 is #CF050E. Grayscale: #BCBCBC. Windows color (decimal): -13567247 or 15858224. OLE color: 15858224.

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

Color convert

RGB 48 250 241 -
CMYK 0.81 0 0.04 0.02
HSL 177.33º 0.95% 0.58% -
HSV(B) 177.33º 0.81% 0.98% -
XYZ 51.28 75.35 95.06 -
YUV 188.58 157.58 27.73 -
System Red Green Blue C M Y K H S L
Decimal 48 250 241 0.81 0 0.04 0.02 177.33 0.95 0.58
Hex 30 FA F1 51 0 4 2 B1 5F 3A
Octal 60 372 361 121 0 4 2 261 137 72
Binary 110000 11111010 11110001 1010001 0 100 10 10110001 1011111 111010

Color Harmonies of #30FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAF1

Black with #30FAF1

Text Example


Text Example

White with #30FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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