Html Css Color HEX #27FBC6 Turquoise

📋 copy color: '#27FBC6'

red 39 ◦ green 251 ◦ blue 198

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

Shades of Turquoise #27FBC6

Tints of Turquoise #27FBC6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.43%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 7.99%
G = 51.43%
B = 40.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#27FBC6 (or 0x27FBC6) is known color: Turquoise. HEX triplet: 27, FB and C6. RGB value is (39,251,198). Sum of RGB (Red+Green+Blue) = 39+251+198=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #27FBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FBC6 is #D80439. Grayscale: #B5B5B5. Windows color (decimal): -14156858 or 13040423. OLE color: 13040423.

HSL color Cylindrical-coordinate representation of color #27FBC6: hue angle of 165º degrees, saturation: 0.96, 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 #27FBC6 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 251 198 -
CMYK 0.84 0 0.21 0.02
HSL 165º 0.96% 0.57% -
HSV(B) 165º 0.84% 0.98% -
XYZ 45.53 73.5 65.21 -
YUV 181.57 137.26 26.31 -
System Red Green Blue C M Y K H S L
Decimal 39 251 198 0.84 0 0.21 0.02 165 0.96 0.57
Hex 27 FB C6 54 0 15 2 A5 60 39
Octal 47 373 306 124 0 25 2 245 140 71
Binary 100111 11111011 11000110 1010100 0 10101 10 10100101 1100000 111001

Color Harmonies of #27FBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FBC6

Black with #27FBC6

Text Example


Text Example

White with #27FBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,251,198); }

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

background-color css

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

 a { background-color: rgb(39,251,198); }

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

border-color css

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

 span { border-color: rgb(39,251,198); }

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