Html Css Color HEX #30D4BB Turquoise

📋 copy color: '#30D4BB'

red 48 ◦ green 212 ◦ blue 187

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

Shades of Turquoise #30D4BB

Tints of Turquoise #30D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.43%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 10.74%
G = 47.43%
B = 41.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#30D4BB (or 0x30D4BB) is known color: Turquoise. HEX triplet: 30, D4 and BB. RGB value is (48,212,187). Sum of RGB (Red+Green+Blue) = 48+212+187=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #30D4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D4BB is #CF2B44. Grayscale: #A0A0A0. Windows color (decimal): -13577029 or 12309552. OLE color: 12309552.

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

Color convert

RGB 48 212 187 -
CMYK 0.77 0 0.12 0.17
HSL 170.85º 0.66% 0.51% -
HSV(B) 170.85º 0.77% 0.83% -
XYZ 33.73 51.3 55.14 -
YUV 160.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 48 212 187 0.77 0 0.12 0.17 170.85 0.66 0.51
Hex 30 D4 BB 4D 0 C 11 AB 42 33
Octal 60 324 273 115 0 14 21 253 102 63
Binary 110000 11010100 10111011 1001101 0 1100 10001 10101011 1000010 110011

Color Harmonies of #30D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D4BB

Black with #30D4BB

Text Example


Text Example

White with #30D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,187); }

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

background-color css

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

 a { background-color: rgb(48,212,187); }

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

border-color css

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

 span { border-color: rgb(48,212,187); }

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