Html Css Color HEX #30FDB8 Turquoise

📋 copy color: '#30FDB8'

red 48 ◦ green 253 ◦ blue 184

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

Shades of Turquoise #30FDB8

Tints of Turquoise #30FDB8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.16%

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 9.9%
G = 52.16%
B = 37.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#30FDB8 (or 0x30FDB8) is known color: Turquoise. HEX triplet: 30, FD and B8. RGB value is (48,253,184). Sum of RGB (Red+Green+Blue) = 48+253+184=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDB8 is #CF0247. Grayscale: #B7B7B7. Windows color (decimal): -13566536 or 12123440. OLE color: 12123440.

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

Color convert

RGB 48 253 184 -
CMYK 0.81 0 0.27 0.01
HSL 159.8º 0.98% 0.59% -
HSV(B) 159.8º 0.81% 0.99% -
XYZ 45 74.34 57.32 -
YUV 183.84 128.08 31.11 -
System Red Green Blue C M Y K H S L
Decimal 48 253 184 0.81 0 0.27 0.01 159.8 0.98 0.59
Hex 30 FD B8 51 0 1B 1 A0 62 3B
Octal 60 375 270 121 0 33 1 240 142 73
Binary 110000 11111101 10111000 1010001 0 11011 1 10100000 1100010 111011

Color Harmonies of #30FDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FDB8

Black with #30FDB8

Text Example


Text Example

White with #30FDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,253,184); }

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

background-color css

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

 a { background-color: rgb(48,253,184); }

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

border-color css

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

 span { border-color: rgb(48,253,184); }

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