Html Css Color HEX #30FCEC Turquoise

📋 copy color: '#30FCEC'

red 48 ◦ green 252 ◦ blue 236

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

Shades of Turquoise #30FCEC

Tints of Turquoise #30FCEC

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 48 252 236 -
CMYK 0.81 0 0.06 0.01
HSL 175.29º 0.97% 0.59% -
HSV(B) 175.29º 0.81% 0.99% -
XYZ 51.17 76.31 91.39 -
YUV 189.18 154.41 27.3 -
System Red Green Blue C M Y K H S L
Decimal 48 252 236 0.81 0 0.06 0.01 175.29 0.97 0.59
Hex 30 FC EC 51 0 6 1 AF 61 3B
Octal 60 374 354 121 0 6 1 257 141 73
Binary 110000 11111100 11101100 1010001 0 110 1 10101111 1100001 111011

Color Harmonies of #30FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCEC

Black with #30FCEC

Text Example


Text Example

White with #30FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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