Html Css Color HEX #27CFDD Turquoise

📋 copy color: '#27CFDD'

red 39 ◦ green 207 ◦ blue 221

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

Shades of Turquoise #27CFDD

Tints of Turquoise #27CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 8.35%
G = 44.33%
B = 47.32%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#27CFDD (or 0x27CFDD) is known color: Turquoise. HEX triplet: 27, CF and DD. RGB value is (39,207,221). Sum of RGB (Red+Green+Blue) = 39+207+221=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #27CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFDD is #D83022. Grayscale: #9E9E9E. Windows color (decimal): -14168099 or 14536487. OLE color: 14536487.

HSL color Cylindrical-coordinate representation of color #27CFDD: hue angle of 184.62º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CFDD is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 207 221 -
CMYK 0.82 0.06 0 0.13
HSL 184.62º 0.73% 0.51% -
HSV(B) 184.62º 0.82% 0.87% -
XYZ 36.2 50.28 76.2 -
YUV 158.36 163.34 42.86 -
System Red Green Blue C M Y K H S L
Decimal 39 207 221 0.82 0.06 0 0.13 184.62 0.73 0.51
Hex 27 CF DD 52 6 0 D B9 49 33
Octal 47 317 335 122 6 0 15 271 111 63
Binary 100111 11001111 11011101 1010010 110 0 1101 10111001 1001001 110011

Color Harmonies of #27CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CFDD

Black with #27CFDD

Text Example


Text Example

White with #27CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,207,221); }

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

background-color css

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

 a { background-color: rgb(39,207,221); }

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

border-color css

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

 span { border-color: rgb(39,207,221); }

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