Html Css Color HEX #27F9CB Turquoise

📋 copy color: '#27F9CB'

red 39 ◦ green 249 ◦ blue 203

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

Shades of Turquoise #27F9CB

Tints of Turquoise #27F9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.71%

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

R = 7.94%
G = 50.71%
B = 41.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#27F9CB (or 0x27F9CB) is known color: Turquoise. HEX triplet: 27, F9 and CB. RGB value is (39,249,203). Sum of RGB (Red+Green+Blue) = 39+249+203=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #27F9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F9CB is #D80634. Grayscale: #B4B4B4. Windows color (decimal): -14157365 or 13367591. OLE color: 13367591.

HSL color Cylindrical-coordinate representation of color #27F9CB: hue angle of 166.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F9CB is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 249 203 -
CMYK 0.84 0 0.18 0.02
HSL 166.86º 0.95% 0.56% -
HSV(B) 166.86º 0.84% 0.98% -
XYZ 45.49 72.49 68.1 -
YUV 180.97 140.43 26.74 -
System Red Green Blue C M Y K H S L
Decimal 39 249 203 0.84 0 0.18 0.02 166.86 0.95 0.56
Hex 27 F9 CB 54 0 12 2 A7 5F 38
Octal 47 371 313 124 0 22 2 247 137 70
Binary 100111 11111001 11001011 1010100 0 10010 10 10100111 1011111 111000

Color Harmonies of #27F9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F9CB

Black with #27F9CB

Text Example


Text Example

White with #27F9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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