Html Css Color HEX #30DFCD Turquoise

📋 copy color: '#30DFCD'

red 48 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #30DFCD

Tints of Turquoise #30DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 10.08%
G = 46.85%
B = 43.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#30DFCD (or 0x30DFCD) is known color: Turquoise. HEX triplet: 30, DF and CD. RGB value is (48,223,205). Sum of RGB (Red+Green+Blue) = 48+223+205=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFCD is #CF2032. Grayscale: #A8A8A8. Windows color (decimal): -13574195 or 13492016. OLE color: 13492016.

HSL color Cylindrical-coordinate representation of color #30DFCD: hue angle of 173.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DFCD is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 205 -
CMYK 0.78 0 0.08 0.13
HSL 173.83º 0.73% 0.53% -
HSV(B) 173.83º 0.78% 0.87% -
XYZ 38.63 57.81 66.88 -
YUV 168.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 48 223 205 0.78 0 0.08 0.13 173.83 0.73 0.53
Hex 30 DF CD 4E 0 8 D AE 49 35
Octal 60 337 315 116 0 10 15 256 111 65
Binary 110000 11011111 11001101 1001110 0 1000 1101 10101110 1001001 110101

Color Harmonies of #30DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFCD

Black with #30DFCD

Text Example


Text Example

White with #30DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,205); }

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

background-color css

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

 a { background-color: rgb(48,223,205); }

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

border-color css

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

 span { border-color: rgb(48,223,205); }

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