Html Css Color HEX #30D5BA Turquoise

📋 copy color: '#30D5BA'

red 48 ◦ green 213 ◦ blue 186

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

Shades of Turquoise #30D5BA

Tints of Turquoise #30D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 10.74%
G = 47.65%
B = 41.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#30D5BA (or 0x30D5BA) is known color: Turquoise. HEX triplet: 30, D5 and BA. RGB value is (48,213,186). Sum of RGB (Red+Green+Blue) = 48+213+186=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5BA is #CF2A45. Grayscale: #A0A0A0. Windows color (decimal): -13576774 or 12244272. OLE color: 12244272.

HSL color Cylindrical-coordinate representation of color #30D5BA: hue angle of 170.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D5BA is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 186 -
CMYK 0.77 0 0.13 0.16
HSL 170.18º 0.66% 0.51% -
HSV(B) 170.18º 0.77% 0.84% -
XYZ 33.88 51.76 54.66 -
YUV 160.59 142.34 47.7 -
System Red Green Blue C M Y K H S L
Decimal 48 213 186 0.77 0 0.13 0.16 170.18 0.66 0.51
Hex 30 D5 BA 4D 0 D 10 AA 42 33
Octal 60 325 272 115 0 15 20 252 102 63
Binary 110000 11010101 10111010 1001101 0 1101 10000 10101010 1000010 110011

Color Harmonies of #30D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D5BA

Black with #30D5BA

Text Example


Text Example

White with #30D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,186); }

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

background-color css

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

 a { background-color: rgb(48,213,186); }

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

border-color css

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

 span { border-color: rgb(48,213,186); }

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