Html Css Color HEX #30FEBD Turquoise

📋 copy color: '#30FEBD'

red 48 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #30FEBD

Tints of Turquoise #30FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 9.78%
G = 51.73%
B = 38.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#30FEBD (or 0x30FEBD) is known color: Turquoise. HEX triplet: 30, FE and BD. RGB value is (48,254,189). Sum of RGB (Red+Green+Blue) = 48+254+189=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEBD is #CF0142. Grayscale: #B9B9B9. Windows color (decimal): -13566275 or 12451376. OLE color: 12451376.

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

Color convert

RGB 48 254 189 -
CMYK 0.81 0 0.26 0.00
HSL 161.07º 0.99% 0.59% -
HSV(B) 161.07º 0.81% 1% -
XYZ 45.85 75.19 60.24 -
YUV 185 130.25 30.29 -
System Red Green Blue C M Y K H S L
Decimal 48 254 189 0.81 0 0.26 0.00 161.07 0.99 0.59
Hex 30 FE BD 51 0 1A 0 A1 63 3B
Octal 60 376 275 121 0 32 0 241 143 73
Binary 110000 11111110 10111101 1010001 0 11010 0 10100001 1100011 111011

Color Harmonies of #30FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FEBD

Black with #30FEBD

Text Example


Text Example

White with #30FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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