Html Css Color HEX #30D0DB Turquoise

📋 copy color: '#30D0DB'

red 48 ◦ green 208 ◦ blue 219

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

Shades of Turquoise #30D0DB

Tints of Turquoise #30D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

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

R = 10.11%
G = 43.79%
B = 46.11%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30D0DB (or 0x30D0DB) is known color: Turquoise. HEX triplet: 30, D0 and DB. RGB value is (48,208,219). Sum of RGB (Red+Green+Blue) = 48+208+219=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0DB is #CF2F24. Grayscale: #A1A1A1. Windows color (decimal): -13578021 or 14405680. OLE color: 14405680.

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

Color convert

RGB 48 208 219 -
CMYK 0.78 0.05 0 0.14
HSL 183.86º 0.7% 0.52% -
HSV(B) 183.86º 0.78% 0.86% -
XYZ 36.56 50.85 74.91 -
YUV 161.41 160.49 47.11 -
System Red Green Blue C M Y K H S L
Decimal 48 208 219 0.78 0.05 0 0.14 183.86 0.7 0.52
Hex 30 D0 DB 4E 5 0 E B8 46 34
Octal 60 320 333 116 5 0 16 270 106 64
Binary 110000 11010000 11011011 1001110 101 0 1110 10111000 1000110 110100

Color Harmonies of #30D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D0DB

Black with #30D0DB

Text Example


Text Example

White with #30D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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