Html Css Color HEX #6FE3F4 Turquoise Blue

📋 copy color: '#6FE3F4'

red 111 ◦ green 227 ◦ blue 244

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

Shades of Turquoise Blue #6FE3F4

Tints of Turquoise Blue #6FE3F4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39%

 BLUE value IS 244 (95.7% from 255) = 41.92%

R = 19.07%
G = 39%
B = 41.92%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6FE3F4 (or 0x6FE3F4) is known color: Turquoise Blue. HEX triplet: 6F, E3 and F4. RGB value is (111,227,244). Sum of RGB (Red+Green+Blue) = 111+227+244=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #6FE3F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE3F4 is #901C0B. Grayscale: #C2C2C2. Windows color (decimal): -9444364 or 16049007. OLE color: 16049007.

HSL color Cylindrical-coordinate representation of color #6FE3F4: hue angle of 187.67º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FE3F4 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 111 227 244 -
CMYK 0.55 0.07 0 0.04
HSL 187.67º 0.86% 0.7% -
HSV(B) 187.67º 0.55% 0.96% -
XYZ 50.35 64.85 95.45 -
YUV 194.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 111 227 244 0.55 0.07 0 0.04 187.67 0.86 0.7
Hex 6F E3 F4 37 7 0 4 BC 56 46
Octal 157 343 364 67 7 0 4 274 126 106
Binary 1101111 11100011 11110100 110111 111 0 100 10111100 1010110 1000110

Color Harmonies of #6FE3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE3F4

Black with #6FE3F4

Text Example


Text Example

White with #6FE3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,227,244); }

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

background-color css

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

 a { background-color: rgb(111,227,244); }

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

border-color css

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

 span { border-color: rgb(111,227,244); }

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