Html Css Color HEX #30DBBB Turquoise

📋 copy color: '#30DBBB'

red 48 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #30DBBB

Tints of Turquoise #30DBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 10.57%
G = 48.24%
B = 41.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#30DBBB (or 0x30DBBB) is known color: Turquoise. HEX triplet: 30, DB and BB. RGB value is (48,219,187). Sum of RGB (Red+Green+Blue) = 48+219+187=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBBB is #CF2444. Grayscale: #A4A4A4. Windows color (decimal): -13575237 or 12311344. OLE color: 12311344.

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

Color convert

RGB 48 219 187 -
CMYK 0.78 0 0.15 0.14
HSL 168.77º 0.7% 0.52% -
HSV(B) 168.77º 0.78% 0.86% -
XYZ 35.52 54.88 55.73 -
YUV 164.22 140.85 45.1 -
System Red Green Blue C M Y K H S L
Decimal 48 219 187 0.78 0 0.15 0.14 168.77 0.7 0.52
Hex 30 DB BB 4E 0 F E A9 46 34
Octal 60 333 273 116 0 17 16 251 106 64
Binary 110000 11011011 10111011 1001110 0 1111 1110 10101001 1000110 110100

Color Harmonies of #30DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBBB

Black with #30DBBB

Text Example


Text Example

White with #30DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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