Html Css Color HEX #30DCCB Turquoise

📋 copy color: '#30DCCB'

red 48 ◦ green 220 ◦ blue 203

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

Shades of Turquoise #30DCCB

Tints of Turquoise #30DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 10.19%
G = 46.71%
B = 43.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#30DCCB (or 0x30DCCB) is known color: Turquoise. HEX triplet: 30, DC and CB. RGB value is (48,220,203). Sum of RGB (Red+Green+Blue) = 48+220+203=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCCB is #CF2334. Grayscale: #A6A6A6. Windows color (decimal): -13574965 or 13360176. OLE color: 13360176.

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

Color convert

RGB 48 220 203 -
CMYK 0.78 0 0.08 0.14
HSL 174.07º 0.71% 0.53% -
HSV(B) 174.07º 0.78% 0.86% -
XYZ 37.59 56.13 65.35 -
YUV 166.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 48 220 203 0.78 0 0.08 0.14 174.07 0.71 0.53
Hex 30 DC CB 4E 0 8 E AE 47 35
Octal 60 334 313 116 0 10 16 256 107 65
Binary 110000 11011100 11001011 1001110 0 1000 1110 10101110 1000111 110101

Color Harmonies of #30DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCCB

Black with #30DCCB

Text Example


Text Example

White with #30DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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