Html Css Color HEX #27FCCB Turquoise

📋 copy color: '#27FCCB'

red 39 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #27FCCB

Tints of Turquoise #27FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.01%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 7.89%
G = 51.01%
B = 41.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#27FCCB (or 0x27FCCB) is known color: Turquoise. HEX triplet: 27, FC and CB. RGB value is (39,252,203). Sum of RGB (Red+Green+Blue) = 39+252+203=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCCB is #D80334. Grayscale: #B6B6B6. Windows color (decimal): -14156597 or 13368359. OLE color: 13368359.

HSL color Cylindrical-coordinate representation of color #27FCCB: hue angle of 166.2º degrees, saturation: 0.97, 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 #27FCCB is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 252 203 -
CMYK 0.85 0 0.19 0.01
HSL 166.2º 0.97% 0.57% -
HSV(B) 166.2º 0.85% 0.99% -
XYZ 46.43 74.36 68.41 -
YUV 182.73 139.43 25.48 -
System Red Green Blue C M Y K H S L
Decimal 39 252 203 0.85 0 0.19 0.01 166.2 0.97 0.57
Hex 27 FC CB 55 0 13 1 A6 61 39
Octal 47 374 313 125 0 23 1 246 141 71
Binary 100111 11111100 11001011 1010101 0 10011 1 10100110 1100001 111001

Color Harmonies of #27FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FCCB

Black with #27FCCB

Text Example


Text Example

White with #27FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,252,203); }

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

background-color css

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

 a { background-color: rgb(39,252,203); }

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

border-color css

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

 span { border-color: rgb(39,252,203); }

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