Html Css Color HEX #30DEBA Turquoise

📋 copy color: '#30DEBA'

red 48 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #30DEBA

Tints of Turquoise #30DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

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

R = 10.53%
G = 48.68%
B = 40.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#30DEBA (or 0x30DEBA) is known color: Turquoise. HEX triplet: 30, DE and BA. RGB value is (48,222,186). Sum of RGB (Red+Green+Blue) = 48+222+186=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #30DEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DEBA is #CF2145. Grayscale: #A5A5A5. Windows color (decimal): -13574470 or 12246576. OLE color: 12246576.

HSL color Cylindrical-coordinate representation of color #30DEBA: hue angle of 167.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DEBA is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 222 186 -
CMYK 0.78 0 0.16 0.13
HSL 167.59º 0.73% 0.53% -
HSV(B) 167.59º 0.78% 0.87% -
XYZ 36.2 56.42 55.44 -
YUV 165.87 139.35 43.93 -
System Red Green Blue C M Y K H S L
Decimal 48 222 186 0.78 0 0.16 0.13 167.59 0.73 0.53
Hex 30 DE BA 4E 0 10 D A8 48 35
Octal 60 336 272 116 0 20 15 250 110 65
Binary 110000 11011110 10111010 1001110 0 10000 1101 10101000 1001000 110101

Color Harmonies of #30DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEBA

Black with #30DEBA

Text Example


Text Example

White with #30DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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