Html Css Color HEX #6FE4FE Turquoise Blue

📋 copy color: '#6FE4FE'

red 111 ◦ green 228 ◦ blue 254

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

Shades of Turquoise Blue #6FE4FE

Tints of Turquoise Blue #6FE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.45%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 18.72%
G = 38.45%
B = 42.83%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FE4FE (or 0x6FE4FE) is known color: Turquoise Blue. HEX triplet: 6F, E4 and FE. RGB value is (111,228,254). Sum of RGB (Red+Green+Blue) = 111+228+254=593 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.72% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FE4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE4FE is #901B01. Grayscale: #C3C3C3. Windows color (decimal): -9444098 or 16704623. OLE color: 16704623.

HSL color Cylindrical-coordinate representation of color #6FE4FE: hue angle of 190.91º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE4FE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 228 254 -
CMYK 0.56 0.10 0 0.00
HSL 190.91º 0.99% 0.72% -
HSV(B) 190.91º 0.56% 1% -
XYZ 52.19 66.02 103.76 -
YUV 195.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 111 228 254 0.56 0.10 0 0.00 190.91 0.99 0.72
Hex 6F E4 FE 38 A 0 0 BF 63 48
Octal 157 344 376 70 12 0 0 277 143 110
Binary 1101111 11100100 11111110 111000 1010 0 0 10111111 1100011 1001000

Color Harmonies of #6FE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4FE

Black with #6FE4FE

Text Example


Text Example

White with #6FE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,228,254); }

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

background-color css

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

 a { background-color: rgb(111,228,254); }

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

border-color css

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

 span { border-color: rgb(111,228,254); }

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