Html Css Color HEX #27CBCF Medium Turquoise

📋 copy color: '#27CBCF'

red 39 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #27CBCF

Tints of Medium Turquoise #27CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 8.69%
G = 45.21%
B = 46.1%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#27CBCF (or 0x27CBCF) is known color: Medium Turquoise. HEX triplet: 27, CB and CF. RGB value is (39,203,207). Sum of RGB (Red+Green+Blue) = 39+203+207=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #27CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CBCF is #D83430. Grayscale: #9A9A9A. Windows color (decimal): -14169137 or 13617959. OLE color: 13617959.

HSL color Cylindrical-coordinate representation of color #27CBCF: hue angle of 181.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CBCF is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 203 207 -
CMYK 0.81 0.02 0 0.19
HSL 181.43º 0.68% 0.48% -
HSV(B) 181.43º 0.81% 0.81% -
XYZ 33.46 47.65 66.47 -
YUV 154.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 39 203 207 0.81 0.02 0 0.19 181.43 0.68 0.48
Hex 27 CB CF 51 2 0 13 B5 44 30
Octal 47 313 317 121 2 0 23 265 104 60
Binary 100111 11001011 11001111 1010001 10 0 10011 10110101 1000100 110000

Color Harmonies of #27CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CBCF

Black with #27CBCF

Text Example


Text Example

White with #27CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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