Html Css Color HEX #30DEBC Turquoise

📋 copy color: '#30DEBC'

red 48 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #30DEBC

Tints of Turquoise #30DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 10.48%
G = 48.47%
B = 41.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#30DEBC (or 0x30DEBC) is known color: Turquoise. HEX triplet: 30, DE and BC. RGB value is (48,222,188). Sum of RGB (Red+Green+Blue) = 48+222+188=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #30DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DEBC is #CF2143. Grayscale: #A6A6A6. Windows color (decimal): -13574468 or 12377648. OLE color: 12377648.

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

Color convert

RGB 48 222 188 -
CMYK 0.78 0 0.15 0.13
HSL 168.28º 0.73% 0.53% -
HSV(B) 168.28º 0.78% 0.87% -
XYZ 36.42 56.5 56.56 -
YUV 166.1 140.35 43.76 -
System Red Green Blue C M Y K H S L
Decimal 48 222 188 0.78 0 0.15 0.13 168.28 0.73 0.53
Hex 30 DE BC 4E 0 F D A8 48 35
Octal 60 336 274 116 0 17 15 250 110 65
Binary 110000 11011110 10111100 1001110 0 1111 1101 10101000 1001000 110101

Color Harmonies of #30DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEBC

Black with #30DEBC

Text Example


Text Example

White with #30DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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