Html Css Color HEX #30E2F9 Turquoise

📋 copy color: '#30E2F9'

red 48 ◦ green 226 ◦ blue 249

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

Shades of Turquoise #30E2F9

Tints of Turquoise #30E2F9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 9.18%
G = 43.21%
B = 47.61%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30E2F9 (or 0x30E2F9) is known color: Turquoise. HEX triplet: 30, E2 and F9. RGB value is (48,226,249). Sum of RGB (Red+Green+Blue) = 48+226+249=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #30E2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2F9 is #CF1D06. Grayscale: #AFAFAF. Windows color (decimal): -13573383 or 16376368. OLE color: 16376368.

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

Color convert

RGB 48 226 249 -
CMYK 0.81 0.09 0 0.02
HSL 186.87º 0.94% 0.58% -
HSV(B) 186.87º 0.81% 0.98% -
XYZ 45.51 61.86 99.16 -
YUV 175.4 169.53 37.13 -
System Red Green Blue C M Y K H S L
Decimal 48 226 249 0.81 0.09 0 0.02 186.87 0.94 0.58
Hex 30 E2 F9 51 9 0 2 BB 5E 3A
Octal 60 342 371 121 11 0 2 273 136 72
Binary 110000 11100010 11111001 1010001 1001 0 10 10111011 1011110 111010

Color Harmonies of #30E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E2F9

Black with #30E2F9

Text Example


Text Example

White with #30E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,226,249); }

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

background-color css

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

 a { background-color: rgb(48,226,249); }

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

border-color css

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

 span { border-color: rgb(48,226,249); }

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