Html Css Color HEX #27DEFF Bright Turquoise

📋 copy color: '#27DEFF'

red 39 ◦ green 222 ◦ blue 255

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

Shades of Bright Turquoise #27DEFF

Tints of Bright Turquoise #27DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 7.56%
G = 43.02%
B = 49.42%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27DEFF (or 0x27DEFF) is known color: Bright Turquoise. HEX triplet: 27, DE and FF. RGB value is (39,222,255). Sum of RGB (Red+Green+Blue) = 39+222+255=516 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.56% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #27DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DEFF is #D82100. Grayscale: #AAAAAA. Windows color (decimal): -14164225 or 16768551. OLE color: 16768551.

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

Color convert

RGB 39 222 255 -
CMYK 0.85 0.13 0 0
HSL 189.17º 1% 0.58% -
HSV(B) 189.17º 0.85% 1% -
XYZ 45.01 59.89 103.8 -
YUV 171.05 175.37 33.82 -
System Red Green Blue C M Y K H S L
Decimal 39 222 255 0.85 0.13 0 0 189.17 1 0.58
Hex 27 DE FF 55 D 0 0 BD 64 3A
Octal 47 336 377 125 15 0 0 275 144 72
Binary 100111 11011110 11111111 1010101 1101 0 0 10111101 1100100 111010

Color Harmonies of #27DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEFF

Black with #27DEFF

Text Example


Text Example

White with #27DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,255); }

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

background-color css

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

 a { background-color: rgb(39,222,255); }

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

border-color css

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

 span { border-color: rgb(39,222,255); }

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