Html Css Color HEX #30FFEF Turquoise

📋 copy color: '#30FFEF'

red 48 ◦ green 255 ◦ blue 239

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

Shades of Turquoise #30FFEF

Tints of Turquoise #30FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 8.86%
G = 47.05%
B = 44.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#30FFEF (or 0x30FFEF) is known color: Turquoise. HEX triplet: 30, FF and EF. RGB value is (48,255,239). Sum of RGB (Red+Green+Blue) = 48+255+239=542 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.86% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFEF is #CF0010. Grayscale: #BFBFBF. Windows color (decimal): -13565969 or 15728432. OLE color: 15728432.

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

Color convert

RGB 48 255 239 -
CMYK 0.81 0 0.06 0
HSL 175.36º 1% 0.59% -
HSV(B) 175.36º 0.81% 1% -
XYZ 52.56 78.38 94.02 -
YUV 191.28 154.92 25.8 -
System Red Green Blue C M Y K H S L
Decimal 48 255 239 0.81 0 0.06 0 175.36 1 0.59
Hex 30 FF EF 51 0 6 0 AF 64 3B
Octal 60 377 357 121 0 6 0 257 144 73
Binary 110000 11111111 11101111 1010001 0 110 0 10101111 1100100 111011

Color Harmonies of #30FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFEF

Black with #30FFEF

Text Example


Text Example

White with #30FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,255,239); }

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

background-color css

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

 a { background-color: rgb(48,255,239); }

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

border-color css

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

 span { border-color: rgb(48,255,239); }

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