Html Css Color HEX #6FECF1 Turquoise Blue

📋 copy color: '#6FECF1'

red 111 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #6FECF1

Tints of Turquoise Blue #6FECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 18.88%
G = 40.14%
B = 40.99%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FECF1 (or 0x6FECF1) is known color: Turquoise Blue. HEX triplet: 6F, EC and F1. RGB value is (111,236,241). Sum of RGB (Red+Green+Blue) = 111+236+241=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECF1 is #90130E. Grayscale: #C7C7C7. Windows color (decimal): -9442063 or 15854703. OLE color: 15854703.

HSL color Cylindrical-coordinate representation of color #6FECF1: hue angle of 182.31º 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 #6FECF1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 236 241 -
CMYK 0.54 0.02 0 0.05
HSL 182.31º 0.82% 0.69% -
HSV(B) 182.31º 0.54% 0.95% -
XYZ 52.43 69.72 93.91 -
YUV 199.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 111 236 241 0.54 0.02 0 0.05 182.31 0.82 0.69
Hex 6F EC F1 36 2 0 5 B6 52 45
Octal 157 354 361 66 2 0 5 266 122 105
Binary 1101111 11101100 11110001 110110 10 0 101 10110110 1010010 1000101

Color Harmonies of #6FECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECF1

Black with #6FECF1

Text Example


Text Example

White with #6FECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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