Html Css Color HEX #30FDB6 Turquoise

📋 copy color: '#30FDB6'

red 48 ◦ green 253 ◦ blue 182

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

Shades of Turquoise #30FDB6

Tints of Turquoise #30FDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 9.94%
G = 52.38%
B = 37.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#30FDB6 (or 0x30FDB6) is known color: Turquoise. HEX triplet: 30, FD and B6. RGB value is (48,253,182). Sum of RGB (Red+Green+Blue) = 48+253+182=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDB6 is #CF0249. Grayscale: #B7B7B7. Windows color (decimal): -13566538 or 11992368. OLE color: 11992368.

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

Color convert

RGB 48 253 182 -
CMYK 0.81 0 0.28 0.01
HSL 159.22º 0.98% 0.59% -
HSV(B) 159.22º 0.81% 0.99% -
XYZ 44.79 74.26 56.23 -
YUV 183.61 127.08 31.27 -
System Red Green Blue C M Y K H S L
Decimal 48 253 182 0.81 0 0.28 0.01 159.22 0.98 0.59
Hex 30 FD B6 51 0 1C 1 9F 62 3B
Octal 60 375 266 121 0 34 1 237 142 73
Binary 110000 11111101 10110110 1010001 0 11100 1 10011111 1100010 111011

Color Harmonies of #30FDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FDB6

Black with #30FDB6

Text Example


Text Example

White with #30FDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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