Html Css Color HEX #30FACD Turquoise

📋 copy color: '#30FACD'

red 48 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #30FACD

Tints of Turquoise #30FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

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

R = 9.54%
G = 49.7%
B = 40.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#30FACD (or 0x30FACD) is known color: Turquoise. HEX triplet: 30, FA and CD. RGB value is (48,250,205). Sum of RGB (Red+Green+Blue) = 48+250+205=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #30FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FACD is #CF0532. Grayscale: #B8B8B8. Windows color (decimal): -13567283 or 13498928. OLE color: 13498928.

HSL color Cylindrical-coordinate representation of color #30FACD: hue angle of 166.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FACD is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 205 -
CMYK 0.81 0 0.18 0.02
HSL 166.63º 0.95% 0.58% -
HSV(B) 166.63º 0.81% 0.98% -
XYZ 46.42 73.41 69.48 -
YUV 184.47 139.58 30.66 -
System Red Green Blue C M Y K H S L
Decimal 48 250 205 0.81 0 0.18 0.02 166.63 0.95 0.58
Hex 30 FA CD 51 0 12 2 A7 5F 3A
Octal 60 372 315 121 0 22 2 247 137 72
Binary 110000 11111010 11001101 1010001 0 10010 10 10100111 1011111 111010

Color Harmonies of #30FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FACD

Black with #30FACD

Text Example


Text Example

White with #30FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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