Html Css Color HEX #30DCCE Turquoise

📋 copy color: '#30DCCE'

red 48 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #30DCCE

Tints of Turquoise #30DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 10.13%
G = 46.41%
B = 43.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#30DCCE (or 0x30DCCE) is known color: Turquoise. HEX triplet: 30, DC and CE. RGB value is (48,220,206). Sum of RGB (Red+Green+Blue) = 48+220+206=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCCE is #CF2331. Grayscale: #A6A6A6. Windows color (decimal): -13574962 or 13556784. OLE color: 13556784.

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

Color convert

RGB 48 220 206 -
CMYK 0.78 0 0.06 0.14
HSL 175.12º 0.71% 0.53% -
HSV(B) 175.12º 0.78% 0.86% -
XYZ 37.95 56.27 67.25 -
YUV 166.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 48 220 206 0.78 0 0.06 0.14 175.12 0.71 0.53
Hex 30 DC CE 4E 0 6 E AF 47 35
Octal 60 334 316 116 0 6 16 257 107 65
Binary 110000 11011100 11001110 1001110 0 110 1110 10101111 1000111 110101

Color Harmonies of #30DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCCE

Black with #30DCCE

Text Example


Text Example

White with #30DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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