Html Css Color HEX #30DACE Turquoise

📋 copy color: '#30DACE'

red 48 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #30DACE

Tints of Turquoise #30DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 10.17%
G = 46.19%
B = 43.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#30DACE (or 0x30DACE) is known color: Turquoise. HEX triplet: 30, DA and CE. RGB value is (48,218,206). Sum of RGB (Red+Green+Blue) = 48+218+206=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #30DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DACE is #CF2531. Grayscale: #A5A5A5. Windows color (decimal): -13575474 or 13556272. OLE color: 13556272.

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

Color convert

RGB 48 218 206 -
CMYK 0.78 0 0.06 0.15
HSL 175.76º 0.7% 0.52% -
HSV(B) 175.76º 0.78% 0.85% -
XYZ 37.43 55.23 67.08 -
YUV 165.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 48 218 206 0.78 0 0.06 0.15 175.76 0.7 0.52
Hex 30 DA CE 4E 0 6 F B0 46 34
Octal 60 332 316 116 0 6 17 260 106 64
Binary 110000 11011010 11001110 1001110 0 110 1111 10110000 1000110 110100

Color Harmonies of #30DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DACE

Black with #30DACE

Text Example


Text Example

White with #30DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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