Html Css Color HEX #27F9DF Bright Turquoise

📋 copy color: '#27F9DF'

red 39 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #27F9DF

Tints of Bright Turquoise #27F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.73%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 7.63%
G = 48.73%
B = 43.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#27F9DF (or 0x27F9DF) is known color: Bright Turquoise. HEX triplet: 27, F9 and DF. RGB value is (39,249,223). Sum of RGB (Red+Green+Blue) = 39+249+223=511 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.63% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #27F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F9DF is #D80620. Grayscale: #B7B7B7. Windows color (decimal): -14157345 or 14678311. OLE color: 14678311.

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

Color convert

RGB 39 249 223 -
CMYK 0.84 0 0.10 0.02
HSL 172.57º 0.95% 0.56% -
HSV(B) 172.57º 0.84% 0.98% -
XYZ 48.03 73.51 81.47 -
YUV 183.25 150.43 25.11 -
System Red Green Blue C M Y K H S L
Decimal 39 249 223 0.84 0 0.10 0.02 172.57 0.95 0.56
Hex 27 F9 DF 54 0 A 2 AD 5F 38
Octal 47 371 337 124 0 12 2 255 137 70
Binary 100111 11111001 11011111 1010100 0 1010 10 10101101 1011111 111000

Color Harmonies of #27F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F9DF

Black with #27F9DF

Text Example


Text Example

White with #27F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,249,223); }

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

background-color css

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

 a { background-color: rgb(39,249,223); }

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

border-color css

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

 span { border-color: rgb(39,249,223); }

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