Html Css Color HEX #30FEE9 Turquoise

📋 copy color: '#30FEE9'

red 48 ◦ green 254 ◦ blue 233

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

Shades of Turquoise #30FEE9

Tints of Turquoise #30FEE9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.48%

 BLUE value IS 233 (91.41% from 255) = 43.55%

R = 8.97%
G = 47.48%
B = 43.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#30FEE9 (or 0x30FEE9) is known color: Turquoise. HEX triplet: 30, FE and E9. RGB value is (48,254,233). Sum of RGB (Red+Green+Blue) = 48+254+233=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FEE9 is #CF0116. Grayscale: #BDBDBD. Windows color (decimal): -13566231 or 15334960. OLE color: 15334960.

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

Color convert

RGB 48 254 233 -
CMYK 0.81 0 0.08 0.00
HSL 173.88º 0.99% 0.59% -
HSV(B) 173.88º 0.81% 1% -
XYZ 51.37 77.4 89.32 -
YUV 190.01 152.25 26.71 -
System Red Green Blue C M Y K H S L
Decimal 48 254 233 0.81 0 0.08 0.00 173.88 0.99 0.59
Hex 30 FE E9 51 0 8 0 AE 63 3B
Octal 60 376 351 121 0 10 0 256 143 73
Binary 110000 11111110 11101001 1010001 0 1000 0 10101110 1100011 111011

Color Harmonies of #30FEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FEE9

Black with #30FEE9

Text Example


Text Example

White with #30FEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,254,233); }

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

background-color css

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

 a { background-color: rgb(48,254,233); }

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

border-color css

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

 span { border-color: rgb(48,254,233); }

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