Html Css Color HEX #6FE0F1 Turquoise Blue

📋 copy color: '#6FE0F1'

red 111 ◦ green 224 ◦ blue 241

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

Shades of Turquoise Blue #6FE0F1

Tints of Turquoise Blue #6FE0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.89%

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

R = 19.27%
G = 38.89%
B = 41.84%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FE0F1 (or 0x6FE0F1) is known color: Turquoise Blue. HEX triplet: 6F, E0 and F1. RGB value is (111,224,241). Sum of RGB (Red+Green+Blue) = 111+224+241=576 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.27% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FE0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE0F1 is #901F0E. Grayscale: #BFBFBF. Windows color (decimal): -9445135 or 15851631. OLE color: 15851631.

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

Color convert

RGB 111 224 241 -
CMYK 0.54 0.07 0 0.05
HSL 187.85º 0.82% 0.69% -
HSV(B) 187.85º 0.54% 0.95% -
XYZ 49.09 63.04 92.8 -
YUV 192.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 111 224 241 0.54 0.07 0 0.05 187.85 0.82 0.69
Hex 6F E0 F1 36 7 0 5 BC 52 45
Octal 157 340 361 66 7 0 5 274 122 105
Binary 1101111 11100000 11110001 110110 111 0 101 10111100 1010010 1000101

Color Harmonies of #6FE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE0F1

Black with #6FE0F1

Text Example


Text Example

White with #6FE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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