Html Css Color HEX #30FDB4 Turquoise

📋 copy color: '#30FDB4'

red 48 ◦ green 253 ◦ blue 180

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

Shades of Turquoise #30FDB4

Tints of Turquoise #30FDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 9.98%
G = 52.6%
B = 37.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#30FDB4 (or 0x30FDB4) is known color: Turquoise. HEX triplet: 30, FD and B4. RGB value is (48,253,180). Sum of RGB (Red+Green+Blue) = 48+253+180=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDB4 is #CF024B. Grayscale: #B7B7B7. Windows color (decimal): -13566540 or 11861296. OLE color: 11861296.

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

Color convert

RGB 48 253 180 -
CMYK 0.81 0 0.29 0.01
HSL 158.63º 0.98% 0.59% -
HSV(B) 158.63º 0.81% 0.99% -
XYZ 44.58 74.17 55.15 -
YUV 183.38 126.08 31.44 -
System Red Green Blue C M Y K H S L
Decimal 48 253 180 0.81 0 0.29 0.01 158.63 0.98 0.59
Hex 30 FD B4 51 0 1D 1 9F 62 3B
Octal 60 375 264 121 0 35 1 237 142 73
Binary 110000 11111101 10110100 1010001 0 11101 1 10011111 1100010 111011

Color Harmonies of #30FDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FDB4

Black with #30FDB4

Text Example


Text Example

White with #30FDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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