Html Css Color HEX #27FACC Turquoise

📋 copy color: '#27FACC'

red 39 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #27FACC

Tints of Turquoise #27FACC

RGB

 RED value IS 39 (15.63% from 255) = 7.91%

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

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

R = 7.91%
G = 50.71%
B = 41.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#27FACC (or 0x27FACC) is known color: Turquoise. HEX triplet: 27, FA and CC. RGB value is (39,250,204). Sum of RGB (Red+Green+Blue) = 39+250+204=493 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.91% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #27FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FACC is #D80533. Grayscale: #B5B5B5. Windows color (decimal): -14157108 or 13433383. OLE color: 13433383.

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

Color convert

RGB 39 250 204 -
CMYK 0.84 0 0.18 0.02
HSL 166.92º 0.95% 0.57% -
HSV(B) 166.92º 0.84% 0.98% -
XYZ 45.92 73.16 68.83 -
YUV 181.67 140.6 26.24 -
System Red Green Blue C M Y K H S L
Decimal 39 250 204 0.84 0 0.18 0.02 166.92 0.95 0.57
Hex 27 FA CC 54 0 12 2 A7 5F 39
Octal 47 372 314 124 0 22 2 247 137 71
Binary 100111 11111010 11001100 1010100 0 10010 10 10100111 1011111 111001

Color Harmonies of #27FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FACC

Black with #27FACC

Text Example


Text Example

White with #27FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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