Html Css Color HEX #30F5CD Turquoise

📋 copy color: '#30F5CD'

red 48 ◦ green 245 ◦ blue 205

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

Shades of Turquoise #30F5CD

Tints of Turquoise #30F5CD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

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

R = 9.64%
G = 49.2%
B = 41.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#30F5CD (or 0x30F5CD) is known color: Turquoise. HEX triplet: 30, F5 and CD. RGB value is (48,245,205). Sum of RGB (Red+Green+Blue) = 48+245+205=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5CD is #CF0A32. Grayscale: #B5B5B5. Windows color (decimal): -13568563 or 13497648. OLE color: 13497648.

HSL color Cylindrical-coordinate representation of color #30F5CD: hue angle of 167.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5CD is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 205 -
CMYK 0.80 0 0.16 0.04
HSL 167.82º 0.91% 0.57% -
HSV(B) 167.82º 0.8% 0.96% -
XYZ 44.89 70.34 68.97 -
YUV 181.54 141.23 32.75 -
System Red Green Blue C M Y K H S L
Decimal 48 245 205 0.80 0 0.16 0.04 167.82 0.91 0.57
Hex 30 F5 CD 50 0 10 4 A8 5B 39
Octal 60 365 315 120 0 20 4 250 133 71
Binary 110000 11110101 11001101 1010000 0 10000 100 10101000 1011011 111001

Color Harmonies of #30F5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F5CD

Black with #30F5CD

Text Example


Text Example

White with #30F5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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