Html Css Color HEX #30D8C8 Turquoise

📋 copy color: '#30D8C8'

red 48 ◦ green 216 ◦ blue 200

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

Shades of Turquoise #30D8C8

Tints of Turquoise #30D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 10.34%
G = 46.55%
B = 43.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#30D8C8 (or 0x30D8C8) is known color: Turquoise. HEX triplet: 30, D8 and C8. RGB value is (48,216,200). Sum of RGB (Red+Green+Blue) = 48+216+200=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #30D8C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D8C8 is #CF2737. Grayscale: #A3A3A3. Windows color (decimal): -13575992 or 13162544. OLE color: 13162544.

HSL color Cylindrical-coordinate representation of color #30D8C8: hue angle of 174.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D8C8 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 200 -
CMYK 0.78 0 0.07 0.15
HSL 174.29º 0.68% 0.52% -
HSV(B) 174.29º 0.78% 0.85% -
XYZ 36.2 53.91 63.14 -
YUV 163.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 48 216 200 0.78 0 0.07 0.15 174.29 0.68 0.52
Hex 30 D8 C8 4E 0 7 F AE 44 34
Octal 60 330 310 116 0 7 17 256 104 64
Binary 110000 11011000 11001000 1001110 0 111 1111 10101110 1000100 110100

Color Harmonies of #30D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D8C8

Black with #30D8C8

Text Example


Text Example

White with #30D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,200); }

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

background-color css

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

 a { background-color: rgb(48,216,200); }

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

border-color css

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

 span { border-color: rgb(48,216,200); }

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