Html Css Color HEX #30FACC Turquoise

📋 copy color: '#30FACC'

red 48 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #30FACC

Tints of Turquoise #30FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 9.56%
G = 49.8%
B = 40.64%

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

#30FACC (or 0x30FACC) is known color: Turquoise. HEX triplet: 30, FA and CC. RGB value is (48,250,204). Sum of RGB (Red+Green+Blue) = 48+250+204=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #30FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FACC is #CF0533. Grayscale: #B8B8B8. Windows color (decimal): -13567284 or 13433392. OLE color: 13433392.

HSL color Cylindrical-coordinate representation of color #30FACC: hue angle of 166.34º 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 #30FACC is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 204 -
CMYK 0.81 0 0.18 0.02
HSL 166.34º 0.95% 0.58% -
HSV(B) 166.34º 0.81% 0.98% -
XYZ 46.3 73.36 68.85 -
YUV 184.36 139.08 30.74 -
System Red Green Blue C M Y K H S L
Decimal 48 250 204 0.81 0 0.18 0.02 166.34 0.95 0.58
Hex 30 FA CC 51 0 12 2 A6 5F 3A
Octal 60 372 314 121 0 22 2 246 137 72
Binary 110000 11111010 11001100 1010001 0 10010 10 10100110 1011111 111010

Color Harmonies of #30FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FACC

Black with #30FACC

Text Example


Text Example

White with #30FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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