Html Css Color HEX #27FDDB Bright Turquoise

📋 copy color: '#27FDDB'

red 39 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #27FDDB

Tints of Bright Turquoise #27FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.51%

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 7.63%
G = 49.51%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#27FDDB (or 0x27FDDB) is known color: Bright Turquoise. HEX triplet: 27, FD and DB. RGB value is (39,253,219). Sum of RGB (Red+Green+Blue) = 39+253+219=511 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.63% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDDB is #D80224. Grayscale: #B9B9B9. Windows color (decimal): -14156325 or 14417191. OLE color: 14417191.

HSL color Cylindrical-coordinate representation of color #27FDDB: hue angle of 170.47º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FDDB is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 253 219 -
CMYK 0.85 0 0.13 0.01
HSL 170.47º 0.98% 0.57% -
HSV(B) 170.47º 0.85% 0.99% -
XYZ 48.75 75.8 79.08 -
YUV 185.14 147.1 23.76 -
System Red Green Blue C M Y K H S L
Decimal 39 253 219 0.85 0 0.13 0.01 170.47 0.98 0.57
Hex 27 FD DB 55 0 D 1 AA 62 39
Octal 47 375 333 125 0 15 1 252 142 71
Binary 100111 11111101 11011011 1010101 0 1101 1 10101010 1100010 111001

Color Harmonies of #27FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FDDB

Black with #27FDDB

Text Example


Text Example

White with #27FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,253,219); }

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

background-color css

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

 a { background-color: rgb(39,253,219); }

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

border-color css

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

 span { border-color: rgb(39,253,219); }

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