Html Css Color HEX #30D7BD Turquoise

📋 copy color: '#30D7BD'

red 48 ◦ green 215 ◦ blue 189

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

Shades of Turquoise #30D7BD

Tints of Turquoise #30D7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 10.62%
G = 47.57%
B = 41.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#30D7BD (or 0x30D7BD) is known color: Turquoise. HEX triplet: 30, D7 and BD. RGB value is (48,215,189). Sum of RGB (Red+Green+Blue) = 48+215+189=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7BD is #CF2842. Grayscale: #A2A2A2. Windows color (decimal): -13576259 or 12441392. OLE color: 12441392.

HSL color Cylindrical-coordinate representation of color #30D7BD: hue angle of 170.66º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D7BD is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 215 189 -
CMYK 0.78 0 0.12 0.16
HSL 170.66º 0.68% 0.52% -
HSV(B) 170.66º 0.78% 0.84% -
XYZ 34.7 52.9 56.53 -
YUV 162.1 143.17 46.61 -
System Red Green Blue C M Y K H S L
Decimal 48 215 189 0.78 0 0.12 0.16 170.66 0.68 0.52
Hex 30 D7 BD 4E 0 C 10 AB 44 34
Octal 60 327 275 116 0 14 20 253 104 64
Binary 110000 11010111 10111101 1001110 0 1100 10000 10101011 1000100 110100

Color Harmonies of #30D7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D7BD

Black with #30D7BD

Text Example


Text Example

White with #30D7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,215,189); }

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

background-color css

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

 a { background-color: rgb(48,215,189); }

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

border-color css

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

 span { border-color: rgb(48,215,189); }

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