Html Css Color HEX #30ECFC Turquoise

📋 copy color: '#30ECFC'

red 48 ◦ green 236 ◦ blue 252

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

Shades of Turquoise #30ECFC

Tints of Turquoise #30ECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 8.96%
G = 44.03%
B = 47.01%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30ECFC (or 0x30ECFC) is known color: Turquoise. HEX triplet: 30, EC and FC. RGB value is (48,236,252). Sum of RGB (Red+Green+Blue) = 48+236+252=536 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.96% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #30ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECFC is #CF1303. Grayscale: #B5B5B5. Windows color (decimal): -13570820 or 16575536. OLE color: 16575536.

HSL color Cylindrical-coordinate representation of color #30ECFC: hue angle of 184.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ECFC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 236 252 -
CMYK 0.81 0.06 0 0.01
HSL 184.71º 0.97% 0.59% -
HSV(B) 184.71º 0.81% 0.99% -
XYZ 48.79 67.65 102.58 -
YUV 181.61 167.72 32.7 -
System Red Green Blue C M Y K H S L
Decimal 48 236 252 0.81 0.06 0 0.01 184.71 0.97 0.59
Hex 30 EC FC 51 6 0 1 B9 61 3B
Octal 60 354 374 121 6 0 1 271 141 73
Binary 110000 11101100 11111100 1010001 110 0 1 10111001 1100001 111011

Color Harmonies of #30ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECFC

Black with #30ECFC

Text Example


Text Example

White with #30ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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