Html Css Color HEX #6BE4FE Turquoise Blue

📋 copy color: '#6BE4FE'

red 107 ◦ green 228 ◦ blue 254

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

Shades of Turquoise Blue #6BE4FE

Tints of Turquoise Blue #6BE4FE

RGB

 RED value IS 107 (42.19% from 255) = 18.17%

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

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

R = 18.17%
G = 38.71%
B = 43.12%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BE4FE (or 0x6BE4FE) is known color: Turquoise Blue. HEX triplet: 6B, E4 and FE. RGB value is (107,228,254). Sum of RGB (Red+Green+Blue) = 107+228+254=589 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.17% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BE4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE4FE is #941B01. Grayscale: #C2C2C2. Windows color (decimal): -9706242 or 16704619. OLE color: 16704619.

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

Color convert

RGB 107 228 254 -
CMYK 0.58 0.10 0 0.00
HSL 190.61º 0.99% 0.71% -
HSV(B) 190.61º 0.58% 1% -
XYZ 51.7 65.77 103.74 -
YUV 194.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 107 228 254 0.58 0.10 0 0.00 190.61 0.99 0.71
Hex 6B E4 FE 3A A 0 0 BF 63 47
Octal 153 344 376 72 12 0 0 277 143 107
Binary 1101011 11100100 11111110 111010 1010 0 0 10111111 1100011 1000111

Color Harmonies of #6BE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE4FE

Black with #6BE4FE

Text Example


Text Example

White with #6BE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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