Html Css Color HEX #6FF1E6 Turquoise Blue

📋 copy color: '#6FF1E6'

red 111 ◦ green 241 ◦ blue 230

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

Shades of Turquoise Blue #6FF1E6

Tints of Turquoise Blue #6FF1E6

RGB

 RED value IS 111 (43.75% from 255) = 19.07%

 GREEN value IS 241 (94.53% from 255) = 41.41%

 BLUE value IS 230 (90.23% from 255) = 39.52%

R = 19.07%
G = 41.41%
B = 39.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#6FF1E6 (or 0x6FF1E6) is known color: Turquoise Blue. HEX triplet: 6F, F1 and E6. RGB value is (111,241,230). Sum of RGB (Red+Green+Blue) = 111+241+230=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF1E6 is #900E19. Grayscale: #C8C8C8. Windows color (decimal): -9440794 or 15135087. OLE color: 15135087.

HSL color Cylindrical-coordinate representation of color #6FF1E6: hue angle of 174.92º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1E6 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 241 230 -
CMYK 0.54 0 0.05 0.05
HSL 174.92º 0.82% 0.69% -
HSV(B) 174.92º 0.54% 0.95% -
XYZ 52.29 72 86 -
YUV 200.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 111 241 230 0.54 0 0.05 0.05 174.92 0.82 0.69
Hex 6F F1 E6 36 0 5 5 AF 52 45
Octal 157 361 346 66 0 5 5 257 122 105
Binary 1101111 11110001 11100110 110110 0 101 101 10101111 1010010 1000101

Color Harmonies of #6FF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1E6

Black with #6FF1E6

Text Example


Text Example

White with #6FF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FF1E6; }

 p { color: rgb(111,241,230); }

 H1.HeaderClassName
 {
   color: #6FF1E6;
 }
 .AnyTagClassName
 {
   color: #6FF1E6;
 }
</style>

background-color css

<style>
 a { background-color: #6FF1E6; }

 a { background-color: rgb(111,241,230); }

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

border-color css

<style>
 span { border-color: #6FF1E6; }

 span { border-color: rgb(111,241,230); }

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