Html Css Color HEX #30DABA Turquoise

📋 copy color: '#30DABA'

red 48 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #30DABA

Tints of Turquoise #30DABA

RGB

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

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

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

R = 10.62%
G = 48.23%
B = 41.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#30DABA (or 0x30DABA) is known color: Turquoise. HEX triplet: 30, DA and BA. RGB value is (48,218,186). Sum of RGB (Red+Green+Blue) = 48+218+186=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #30DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DABA is #CF2545. Grayscale: #A3A3A3. Windows color (decimal): -13575494 or 12245552. OLE color: 12245552.

HSL color Cylindrical-coordinate representation of color #30DABA: hue angle of 168.71º 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 #30DABA is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 186 -
CMYK 0.78 0 0.15 0.15
HSL 168.71º 0.7% 0.52% -
HSV(B) 168.71º 0.78% 0.85% -
XYZ 35.15 54.32 55.09 -
YUV 163.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 48 218 186 0.78 0 0.15 0.15 168.71 0.7 0.52
Hex 30 DA BA 4E 0 F F A9 46 34
Octal 60 332 272 116 0 17 17 251 106 64
Binary 110000 11011010 10111010 1001110 0 1111 1111 10101001 1000110 110100

Color Harmonies of #30DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DABA

Black with #30DABA

Text Example


Text Example

White with #30DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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