Html Css Color HEX #30ECFA Turquoise

📋 copy color: '#30ECFA'

red 48 ◦ green 236 ◦ blue 250

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

Shades of Turquoise #30ECFA

Tints of Turquoise #30ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.19%

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

R = 8.99%
G = 44.19%
B = 46.82%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30ECFA (or 0x30ECFA) is known color: Turquoise. HEX triplet: 30, EC and FA. RGB value is (48,236,250). Sum of RGB (Red+Green+Blue) = 48+236+250=534 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.99% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #30ECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECFA is #CF1305. Grayscale: #B5B5B5. Windows color (decimal): -13570822 or 16444464. OLE color: 16444464.

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

Color convert

RGB 48 236 250 -
CMYK 0.81 0.06 0 0.02
HSL 184.16º 0.95% 0.58% -
HSV(B) 184.16º 0.81% 0.98% -
XYZ 48.47 67.52 100.92 -
YUV 181.38 166.72 32.86 -
System Red Green Blue C M Y K H S L
Decimal 48 236 250 0.81 0.06 0 0.02 184.16 0.95 0.58
Hex 30 EC FA 51 6 0 2 B8 5F 3A
Octal 60 354 372 121 6 0 2 270 137 72
Binary 110000 11101100 11111010 1010001 110 0 10 10111000 1011111 111010

Color Harmonies of #30ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECFA

Black with #30ECFA

Text Example


Text Example

White with #30ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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