Html Css Color HEX #30FACE Turquoise

📋 copy color: '#30FACE'

red 48 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #30FACE

Tints of Turquoise #30FACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 9.52%
G = 49.6%
B = 40.87%

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

#30FACE (or 0x30FACE) is known color: Turquoise. HEX triplet: 30, FA and CE. RGB value is (48,250,206). Sum of RGB (Red+Green+Blue) = 48+250+206=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #30FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FACE is #CF0531. Grayscale: #B8B8B8. Windows color (decimal): -13567282 or 13564464. OLE color: 13564464.

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

Color convert

RGB 48 250 206 -
CMYK 0.81 0 0.18 0.02
HSL 166.93º 0.95% 0.58% -
HSV(B) 166.93º 0.81% 0.98% -
XYZ 46.55 73.46 70.12 -
YUV 184.59 140.08 30.58 -
System Red Green Blue C M Y K H S L
Decimal 48 250 206 0.81 0 0.18 0.02 166.93 0.95 0.58
Hex 30 FA CE 51 0 12 2 A7 5F 3A
Octal 60 372 316 121 0 22 2 247 137 72
Binary 110000 11111010 11001110 1010001 0 10010 10 10100111 1011111 111010

Color Harmonies of #30FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FACE

Black with #30FACE

Text Example


Text Example

White with #30FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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