Html Css Color HEX #30DCE1 Turquoise

📋 copy color: '#30DCE1'

red 48 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #30DCE1

Tints of Turquoise #30DCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 9.74%
G = 44.62%
B = 45.64%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#30DCE1 (or 0x30DCE1) is known color: Turquoise. HEX triplet: 30, DC and E1. RGB value is (48,220,225). Sum of RGB (Red+Green+Blue) = 48+220+225=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #30DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCE1 is #CF231E. Grayscale: #A8A8A8. Windows color (decimal): -13574943 or 14801968. OLE color: 14801968.

HSL color Cylindrical-coordinate representation of color #30DCE1: hue angle of 181.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DCE1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 220 225 -
CMYK 0.79 0.02 0 0.12
HSL 181.69º 0.75% 0.54% -
HSV(B) 181.69º 0.79% 0.88% -
XYZ 40.4 57.25 80.16 -
YUV 169.14 159.52 41.59 -
System Red Green Blue C M Y K H S L
Decimal 48 220 225 0.79 0.02 0 0.12 181.69 0.75 0.54
Hex 30 DC E1 4F 2 0 C B6 4B 36
Octal 60 334 341 117 2 0 14 266 113 66
Binary 110000 11011100 11100001 1001111 10 0 1100 10110110 1001011 110110

Color Harmonies of #30DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCE1

Black with #30DCE1

Text Example


Text Example

White with #30DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,225); }

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

background-color css

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

 a { background-color: rgb(48,220,225); }

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

border-color css

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

 span { border-color: rgb(48,220,225); }

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