Html Css Color HEX #30D3DB Turquoise

📋 copy color: '#30D3DB'

red 48 ◦ green 211 ◦ blue 219

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

Shades of Turquoise #30D3DB

Tints of Turquoise #30D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 10.04%
G = 44.14%
B = 45.82%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30D3DB (or 0x30D3DB) is known color: Turquoise. HEX triplet: 30, D3 and DB. RGB value is (48,211,219). Sum of RGB (Red+Green+Blue) = 48+211+219=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D3DB is #CF2C24. Grayscale: #A2A2A2. Windows color (decimal): -13577253 or 14406448. OLE color: 14406448.

HSL color Cylindrical-coordinate representation of color #30D3DB: hue angle of 182.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D3DB is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 211 219 -
CMYK 0.78 0.04 0 0.14
HSL 182.81º 0.7% 0.52% -
HSV(B) 182.81º 0.78% 0.86% -
XYZ 37.3 52.33 75.15 -
YUV 163.18 159.5 45.85 -
System Red Green Blue C M Y K H S L
Decimal 48 211 219 0.78 0.04 0 0.14 182.81 0.7 0.52
Hex 30 D3 DB 4E 4 0 E B7 46 34
Octal 60 323 333 116 4 0 16 267 106 64
Binary 110000 11010011 11011011 1001110 100 0 1110 10110111 1000110 110100

Color Harmonies of #30D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D3DB

Black with #30D3DB

Text Example


Text Example

White with #30D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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