Html Css Color HEX #30DAB7 Turquoise

📋 copy color: '#30DAB7'

red 48 ◦ green 218 ◦ blue 183

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

Shades of Turquoise #30DAB7

Tints of Turquoise #30DAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 10.69%
G = 48.55%
B = 40.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#30DAB7 (or 0x30DAB7) is known color: Turquoise. HEX triplet: 30, DA and B7. RGB value is (48,218,183). Sum of RGB (Red+Green+Blue) = 48+218+183=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #30DAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DAB7 is #CF2548. Grayscale: #A3A3A3. Windows color (decimal): -13575497 or 12048944. OLE color: 12048944.

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

Color convert

RGB 48 218 183 -
CMYK 0.78 0 0.16 0.15
HSL 167.65º 0.7% 0.52% -
HSV(B) 167.65º 0.78% 0.85% -
XYZ 34.84 54.19 53.42 -
YUV 163.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 48 218 183 0.78 0 0.16 0.15 167.65 0.7 0.52
Hex 30 DA B7 4E 0 10 F A8 46 34
Octal 60 332 267 116 0 20 17 250 106 64
Binary 110000 11011010 10110111 1001110 0 10000 1111 10101000 1000110 110100

Color Harmonies of #30DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DAB7

Black with #30DAB7

Text Example


Text Example

White with #30DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,183); }

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

background-color css

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

 a { background-color: rgb(48,218,183); }

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

border-color css

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

 span { border-color: rgb(48,218,183); }

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