Html Css Color HEX #27EFDF Bright Turquoise

📋 copy color: '#27EFDF'

red 39 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #27EFDF

Tints of Bright Turquoise #27EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.7%

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

R = 7.78%
G = 47.7%
B = 44.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#27EFDF (or 0x27EFDF) is known color: Bright Turquoise. HEX triplet: 27, EF and DF. RGB value is (39,239,223). Sum of RGB (Red+Green+Blue) = 39+239+223=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFDF is #D81020. Grayscale: #B1B1B1. Windows color (decimal): -14159905 or 14675751. OLE color: 14675751.

HSL color Cylindrical-coordinate representation of color #27EFDF: hue angle of 175.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFDF is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 239 223 -
CMYK 0.84 0 0.07 0.06
HSL 175.2º 0.86% 0.55% -
HSV(B) 175.2º 0.84% 0.94% -
XYZ 45.02 67.49 80.47 -
YUV 177.38 153.74 29.3 -
System Red Green Blue C M Y K H S L
Decimal 39 239 223 0.84 0 0.07 0.06 175.2 0.86 0.55
Hex 27 EF DF 54 0 7 6 AF 56 37
Octal 47 357 337 124 0 7 6 257 126 67
Binary 100111 11101111 11011111 1010100 0 111 110 10101111 1010110 110111

Color Harmonies of #27EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EFDF

Black with #27EFDF

Text Example


Text Example

White with #27EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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