Html Css Color HEX #30FBEC Turquoise

📋 copy color: '#30FBEC'

red 48 ◦ green 251 ◦ blue 236

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

Shades of Turquoise #30FBEC

Tints of Turquoise #30FBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.92%

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

R = 8.97%
G = 46.92%
B = 44.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#30FBEC (or 0x30FBEC) is known color: Turquoise. HEX triplet: 30, FB and EC. RGB value is (48,251,236). Sum of RGB (Red+Green+Blue) = 48+251+236=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FBEC is #CF0413. Grayscale: #BCBCBC. Windows color (decimal): -13566996 or 15530800. OLE color: 15530800.

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

Color convert

RGB 48 251 236 -
CMYK 0.81 0 0.06 0.02
HSL 175.57º 0.96% 0.59% -
HSV(B) 175.57º 0.81% 0.98% -
XYZ 50.86 75.68 91.28 -
YUV 188.59 154.75 27.72 -
System Red Green Blue C M Y K H S L
Decimal 48 251 236 0.81 0 0.06 0.02 175.57 0.96 0.59
Hex 30 FB EC 51 0 6 2 B0 60 3B
Octal 60 373 354 121 0 6 2 260 140 73
Binary 110000 11111011 11101100 1010001 0 110 10 10110000 1100000 111011

Color Harmonies of #30FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBEC

Black with #30FBEC

Text Example


Text Example

White with #30FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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