Html Css Color HEX #30EBDB Turquoise

📋 copy color: '#30EBDB'

red 48 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #30EBDB

Tints of Turquoise #30EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 9.56%
G = 46.81%
B = 43.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#30EBDB (or 0x30EBDB) is known color: Turquoise. HEX triplet: 30, EB and DB. RGB value is (48,235,219). Sum of RGB (Red+Green+Blue) = 48+235+219=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBDB is #CF1424. Grayscale: #B1B1B1. Windows color (decimal): -13571109 or 14412592. OLE color: 14412592.

HSL color Cylindrical-coordinate representation of color #30EBDB: hue angle of 174.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBDB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 219 -
CMYK 0.80 0 0.07 0.08
HSL 174.87º 0.82% 0.55% -
HSV(B) 174.87º 0.8% 0.92% -
XYZ 43.71 65.16 77.29 -
YUV 177.26 151.55 35.8 -
System Red Green Blue C M Y K H S L
Decimal 48 235 219 0.80 0 0.07 0.08 174.87 0.82 0.55
Hex 30 EB DB 50 0 7 8 AF 52 37
Octal 60 353 333 120 0 7 10 257 122 67
Binary 110000 11101011 11011011 1010000 0 111 1000 10101111 1010010 110111

Color Harmonies of #30EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBDB

Black with #30EBDB

Text Example


Text Example

White with #30EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,219); }

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

background-color css

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

 a { background-color: rgb(48,235,219); }

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

border-color css

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

 span { border-color: rgb(48,235,219); }

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