Html Css Color HEX #30E2FA Turquoise

📋 copy color: '#30E2FA'

red 48 ◦ green 226 ◦ blue 250

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

Shades of Turquoise #30E2FA

Tints of Turquoise #30E2FA

RGB

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

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

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

R = 9.16%
G = 43.13%
B = 47.71%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30E2FA (or 0x30E2FA) is known color: Turquoise. HEX triplet: 30, E2 and FA. RGB value is (48,226,250). Sum of RGB (Red+Green+Blue) = 48+226+250=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #30E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2FA is #CF1D05. Grayscale: #AFAFAF. Windows color (decimal): -13573382 or 16441904. OLE color: 16441904.

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

Color convert

RGB 48 226 250 -
CMYK 0.81 0.10 0 0.02
HSL 187.13º 0.95% 0.58% -
HSV(B) 187.13º 0.81% 0.98% -
XYZ 45.67 61.92 99.99 -
YUV 175.51 170.03 37.05 -
System Red Green Blue C M Y K H S L
Decimal 48 226 250 0.81 0.10 0 0.02 187.13 0.95 0.58
Hex 30 E2 FA 51 A 0 2 BB 5F 3A
Octal 60 342 372 121 12 0 2 273 137 72
Binary 110000 11100010 11111010 1010001 1010 0 10 10111011 1011111 111010

Color Harmonies of #30E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E2FA

Black with #30E2FA

Text Example


Text Example

White with #30E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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